From b88192c50789b9aa0902a5e9fa4c0c8dee7fc1bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:14:49 +0000 Subject: [PATCH] Update tower-http requirement from 0.3.5 to 0.4.3 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.3.5...tower-http-0.4.3) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- net/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/Cargo.toml b/net/Cargo.toml index ac5909e5..93874c73 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -32,7 +32,7 @@ serde_json.workspace = true strum = { features = ["derive"], version = "0.24.1" } tokio = { features = ["macros", "signal"], version = "1.24" } tower = "0.4.13" -tower-http = { features = [], version = "0.3.5" } +tower-http = { features = [], version = "0.4.3" } tracing = { features = [], version = "0.1.37" } tracing-subscriber = { features = [], version = "0.3.16" }