From 87000ab30ee185ca95b444f78af15aaa4d19ae4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:14:11 +0000 Subject: [PATCH] Update tower-http requirement from 0.5.2 to 0.6.1 Updates the requirements on [tower-http](https://github.com/tower-rs/tower-http) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.2...tower-http-0.6.1) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- validator-firewall/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator-firewall/Cargo.toml b/validator-firewall/Cargo.toml index 23a998d..0b1d737 100644 --- a/validator-firewall/Cargo.toml +++ b/validator-firewall/Cargo.toml @@ -8,7 +8,7 @@ publish = false anyhow = "1" async-trait = "0.1.80" axum = "0.7.5" -tower-http = { version = "0.5.2", features = ["validate-request", "auth"] } +tower-http = { version = "0.6.1", features = ["validate-request", "auth"] } aya = "0.12" aya-log = "0.2" cadence = "1.4.0"