diff --git a/Cargo.lock b/Cargo.lock index 814bba4e..987e71cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,9 +401,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", diff --git a/certifier/Cargo.toml b/certifier/Cargo.toml index fae433da..fdc48c94 100644 --- a/certifier/Cargo.toml +++ b/certifier/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.2" edition = "2021" [dependencies] -axum = "0.7.7" +axum = "0.7.9" serde = { version = "1.0.215", features = ["derive"] } tokio = { version = "1.41", features = [ "rt-multi-thread", diff --git a/k2pow-service/Cargo.toml b/k2pow-service/Cargo.toml index 3507c123..a9898c4d 100644 --- a/k2pow-service/Cargo.toml +++ b/k2pow-service/Cargo.toml @@ -12,7 +12,7 @@ tokio = { version = "1.41.1", features = ["full"] } tracing = "0.1.40" tracing-log = "0.2.0" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } -axum = "0.7.5" +axum = "0.7.9" tower-http = {version = "0.6.1", features = ["trace"]} hex = "0.4.3" thiserror = "2.0.3" diff --git a/service/Cargo.toml b/service/Cargo.toml index a10d058a..3c90aa0b 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -29,7 +29,7 @@ clap = { version = "4.5.20", features = ["derive"] } hex = "0.4.3" mockall = "0.13.0" sysinfo = "0.32.0" -axum = "0.7.7" +axum = "0.7.9" serde = { version = "1.0.215", features = ["derive"] } range-set = "0.0.11" serde_with = { version = "3.11.0", features = ["hex"] }