diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6793c3a8..723d79e3 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -105,9 +105,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[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", @@ -158,9 +158,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/backend/Cargo.toml b/backend/Cargo.toml index b495984b..0c9949b5 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -11,7 +11,7 @@ categories = ["web-programming"] rust-version = "1.85.0" [dependencies] -axum = { version = "0.8.8", features = ["http2", "macros"] } +axum = { version = "0.8.9", features = ["http2", "macros"] } chrono = "0.4.44" clap = { version = "4.6.0", features = ["derive"] } color-eyre = "0.6.5"