From 7b95ced528a309c965d7ec2187bd00237a2afe2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:13:46 +0000 Subject: [PATCH] Update tower requirement from 0.4 to 0.5 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.0...tower-0.5.0) --- 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 4281e98..78e129b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ uuid = { version = "1", features = ["v4"] } dirs = "5" chrono = "0.4" tokio = { version = "1", features = ["fs"] } -tower = { version = "0.4", optional = true } +tower = { version = "0.5", optional = true } axum = { version = ">= 0.7.2", optional = true } futures-core = { version = "0.3", optional = true } http = { version = "1", optional = true }