From 69d4094e48615a2c055f69eb271bb6f7b2a99bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:52:52 +0000 Subject: [PATCH] Update tower requirement from 0.4.13 to 0.5.0 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.4.13) --- 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 e44caeaf1..ff98a8e08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ russh-keys = "0.44.0" axum = "0.7.5" axum-extra = "0.9.3" tower-http = "0.5.2" -tower = "0.4.13" +tower = "0.5.0" hex = "0.4.3" sea-orm = "1.0.0" flate2 = "1.0.30"