From cd0865decd57ddbbe5681250413727add4699fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:09:59 +0000 Subject: [PATCH] Bump axum from 0.8.8 to 0.8.9 in /scylla-server Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.8 to 0.8.9. - [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-v0.8.8...axum-v0.8.9) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scylla-server/Cargo.lock | 8 ++++---- scylla-server/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scylla-server/Cargo.lock b/scylla-server/Cargo.lock index 83eaf087..5432e42e 100644 --- a/scylla-server/Cargo.lock +++ b/scylla-server/Cargo.lock @@ -138,9 +138,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" +checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" dependencies = [ "axum-core", "axum-macros", @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" +checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" dependencies = [ "proc-macro2", "quote", diff --git a/scylla-server/Cargo.toml b/scylla-server/Cargo.toml index 4ca7df11..a6798cf3 100644 --- a/scylla-server/Cargo.toml +++ b/scylla-server/Cargo.toml @@ -12,7 +12,7 @@ serde = "1.0.228" protobuf-codegen = "3.7.1" protobuf = { version = "3.7.1", features = ["with-bytes"] } tokio = { version = "1.49.0", features = ["full", "tracing"] } -axum = { version = "0.8.8", features = ["multipart", "macros"] } +axum = { version = "0.8.9", features = ["multipart", "macros"] } tower = { version = "0.5.2", features = ["timeout"] } tower-http = { version = "0.6.8", features = ["cors", "trace"] } socketioxide = { version = "0.18.2", features = ["tracing"] }