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"] }