diff --git a/Cargo.lock b/Cargo.lock index c0360ca..95cef60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,9 +224,9 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "axum" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f43644eed690f5374f1af436ecd6aea01cd201f6fbdf0178adaf6907afb2cec" +checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" dependencies = [ "async-trait", "axum-core", @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6b8ba012a258d63c9adfa28b9ddcf66149da6f986c5b5452e629d5ee64bf00" +checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 8f703db..a2b0736 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.1" } amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.1" } anyhow = "1.0.89" -axum = { version = "0.7.6" } +axum = { version = "0.7.7" } clap = { version = "4.5.18", features = ["derive", "env"] } reqwest-eventsource = "0.6.0" dotenv = "0.15.0"