diff --git a/Cargo.lock b/Cargo.lock index 232fe5f..b54c89e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,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 0.5.5", "bytes", @@ -1725,7 +1725,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" name = "rusthacking" version = "0.1.0" dependencies = [ - "axum 0.8.7", + "axum 0.8.8", "axum-prometheus", "clap", "metrics-process", diff --git a/Cargo.toml b/Cargo.toml index 70aa8f1..07c4f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.8.7", features = ["http2"] } +axum = { version = "0.8.8", features = ["http2"] } axum-prometheus = "0.7.0" clap = { version = "4.5.53", features = ["derive"] } metrics-process = "2.4.2"