From 58b8f62c25e3052bca7edecd653768761beb078a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:12:43 +0000 Subject: [PATCH] Update tower-http requirement from 0.4.4 to 0.5.0 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.4.4...tower-http-0.5.0) --- updated-dependencies: - dependency-name: tower-http 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 99afcbb..508bab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ prost = "0.12.1" serde = { version = "1.0.188", features = ["derive"] } sqlx = { version = "0.7.2", features = ["runtime-tokio", "mysql", "chrono"] } tokio = { version = "1.32.0", features = ["full"] } -tower-http = { version = "0.4.4", features = ["fs"] } +tower-http = { version = "0.5.0", features = ["fs"] } [profile.rdbg] inherits = "release"