diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6191928..ab18b59 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -152,9 +152,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" +checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" dependencies = [ "axum-core", "base64", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8f0dd21..aeb1e0b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -9,7 +9,7 @@ debug = true [dependencies] -axum = { version = "0.8.6", features = ["ws"] } +axum = { version = "0.8.7", features = ["ws"] } bb8 = "0.9.0" bb8-redis = "0.26.0" blake3 = "1.8.2"