From 6256ba77f1e312f7ab5fef91907b0c975357a9cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 01:46:23 +0000 Subject: [PATCH] Bump axum from 0.7.1 to 0.7.2 Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.7.1...axum-v0.7.2) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9248f17..04a9073 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,9 +205,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "810a80b128d70e6ed2bdf3fe8ed72c0ae56f5f5948d01c2753282dd92a84fce8" +checksum = "202651474fe73c62d9e0a56c6133f7a0ff1dc1c8cf7a5b03381af2a26553ac9d" dependencies = [ "async-trait", "axum-core", @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0ddc355eab88f4955090a823715df47acf0b7660aab7a69ad5ce6301ee3b73" +checksum = "77cb22c689c44d4c07b0ab44ebc25d69d8ae601a2f28fb8d672d344178fa17aa" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1b990e5..b2ac2b4 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.5.1" } amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.5.6" } anyhow = "1.0" -axum = { version = "0.7.1" } +axum = { version = "0.7.2" } clap = { version = "4.4.11", features = ["derive", "env"] } dotenv = "0.15.0" futures = "0.3"