From 14188c92d517131acf0f6b20f392494ea8d47dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 11:54:56 +0000 Subject: [PATCH] chore(deps): bump axum-core from 0.5.5 to 0.5.6 Bumps [axum-core](https://github.com/tokio-rs/axum) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-core-v0.5.5...axum-core-v0.5.6) --- updated-dependencies: - dependency-name: axum-core dependency-version: 0.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c0a50ccc4e..b3b2d05218a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -951,7 +951,7 @@ version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" dependencies = [ - "axum-core 0.5.5", + "axum-core 0.5.6", "bytes", "form_urlencoded", "futures-util", @@ -1000,9 +1000,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" +checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" dependencies = [ "bytes", "futures-core", @@ -2598,7 +2598,7 @@ dependencies = [ "anyhow", "apollo-router", "async-trait", - "axum-core 0.5.5", + "axum-core 0.5.6", "bytes", "futures", "hive-console-sdk",