diff --git a/Cargo.lock b/Cargo.lock index 8990aa0..ce3d540 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -475,9 +475,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", "bytes", diff --git a/Cargo.toml b/Cargo.toml index b6882ae..ec42fba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ once_cell = "1.21.3" maxminddb = "0.23" memmap2 = "0.5" axum-server = { version = "0.7.3", features = ["tls-openssl"] } -axum = { version = "0.8.7" } +axum = { version = "0.8.8" } tower-http = { version = "0.6.8", features = ["fs"] } tonic = "0.14.2" port_check = "0.3.0"