From ca7a6bcdfb4ce28d40381d1fa40b0c372766b2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:02:57 +0000 Subject: [PATCH] Update axum requirement from 0.6.1 to 0.7.2 Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version. - [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.6.1...axum-v0.7.2) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6cc8c06..3237bec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tracing-opentelemetry = "0.21.0" # Tokio to Axum and all that's in between. tokio = { version = "1", features = ["full"] } -axum = "0.6.1" +axum = "0.7.2" tower = { version = "0.4.11", features = ["limit", "load-shed", "timeout"] } tower-http = { version = "0.4.0", features = ["trace", "compression-full", "validate-request"] } hyper = "0.14.17"