From 08a272a092e777c78070636eb366eed7edcc2e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:42:30 +0000 Subject: [PATCH] Bump axum-extra from 0.12.2 to 0.12.5 in /scylla-server Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.12.2 to 0.12.5. - [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-extra-v0.12.2...axum-extra-v0.12.5) --- updated-dependencies: - dependency-name: axum-extra dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scylla-server/Cargo.lock | 4 ++-- scylla-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scylla-server/Cargo.lock b/scylla-server/Cargo.lock index 8b9a0762..aa91b820 100644 --- a/scylla-server/Cargo.lock +++ b/scylla-server/Cargo.lock @@ -194,9 +194,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.12.2" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbfe9f610fe4e99cf0cfcd03ccf8c63c28c616fe714d80475ef731f3b13dd21b" +checksum = "fef252edff26ddba56bbcdf2ee3307b8129acb86f5749b68990c168a6fcc9c76" dependencies = [ "axum", "axum-core", diff --git a/scylla-server/Cargo.toml b/scylla-server/Cargo.toml index 52b4dbb1..c9a13e26 100644 --- a/scylla-server/Cargo.toml +++ b/scylla-server/Cargo.toml @@ -21,7 +21,7 @@ tracing = "0.1.43" tracing-subscriber = { version = "0.3.22", features = ["ansi", "env-filter"] } console-subscriber = { version = "0.5.0", optional = true } ringbuffer = "0.16.0" -axum-extra = { version = "0.12.2", features = ["query", "typed-header"] } +axum-extra = { version = "0.12.5", features = ["query", "typed-header"] } clap = { version = "4.5.42", features = ["derive", "env"] } chrono = { version = "0.4.43", features = ["serde"] } serde_json = "1.0.148"