diff --git a/Cargo.lock b/Cargo.lock index 809713e..5f4c6fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" +checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" dependencies = [ "axum-core 0.5.2", "bytes", @@ -1745,7 +1745,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" name = "rusthacking" version = "0.1.0" dependencies = [ - "axum 0.8.3", + "axum 0.8.4", "axum-prometheus", "clap", "metrics-process", diff --git a/Cargo.toml b/Cargo.toml index b2f5cb9..a807d00 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.3", features = ["http2"] } +axum = { version = "0.8.4", features = ["http2"] } axum-prometheus = "0.7.0" clap = { version = "4.5.37", features = ["derive"] } metrics-process = "2.4.0"