diff --git a/Cargo.lock b/Cargo.lock index a9ceb66..aced9cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,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 5088b45..1d831c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "src/lib.rs" amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.9.3" } amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.4" } anyhow = "1.0.93" -axum = { version = "0.7.7" } +axum = { version = "0.7.9" } clap = { version = "4.5.21", features = ["derive", "env"] } dotenv = "0.15.0" futures = "0.3.31"