From 7609bdcfa8af1abd3366fad23e744ee0d6dcfc50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:05:28 +0000 Subject: [PATCH] chore(deps): update tower requirement from 0.4.13 to 0.5.1 Updates the requirements on [tower](https://github.com/tower-rs/tower) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.1) --- updated-dependencies: - dependency-name: tower 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 d332b00..2e8b949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ opentelemetry-semantic-conventions = { version = "0.16.0"} #opentelemetry-semantic-conventions = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", branch = "main"} prometheus = "0.13.4" -tower = "0.4.13" +tower = "0.5.1" futures-util = "0.3.30" pin-project-lite = "0.2.14" http = "1.1.0"