diff --git a/scylla-server/Cargo.lock b/scylla-server/Cargo.lock index 67ed203c..789c7f68 100644 --- a/scylla-server/Cargo.lock +++ b/scylla-server/Cargo.lock @@ -140,9 +140,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" +checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" dependencies = [ "axum-core", "axum-macros", diff --git a/scylla-server/Cargo.toml b/scylla-server/Cargo.toml index 1f8f279d..9200940b 100644 --- a/scylla-server/Cargo.toml +++ b/scylla-server/Cargo.toml @@ -11,7 +11,7 @@ serde = "1.0.228" protobuf-codegen = "3.7.1" protobuf = { version = "3.7.1", features = ["with-bytes"] } tokio = { version = "1.47.1", features = ["full", "tracing"] } -axum = { version = "0.8.4", features = ["multipart", "macros"] } +axum = { version = "0.8.8", features = ["multipart", "macros"] } tower = { version = "0.5.2", features = ["timeout"] } tower-http = { version = "0.6.7", features = ["cors", "trace"] } socketioxide = { version = "0.18.0", features = ["tracing"] }