diff --git a/Cargo.lock b/Cargo.lock index 2f23d58..14ec483 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -412,9 +412,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[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/Cargo.toml b/Cargo.toml index b82bfd5..729fd43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ amp-workflow = { path = "workflow" } anyhow = "1.0.93" async-nats = "0.37.0" async-trait = "0.1.83" -axum = { version = "0.7.7" } +axum = { version = "0.7.9" } chrono = "0.4.38" clap = { version = "4.5.19", features = ["derive", "env"] } dotenv = "0.15.0"