From 6880f8048f5bda68b92099b0e125a9eb650a1999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 01:06:44 +0000 Subject: [PATCH] Update tower-http requirement from 0.5.2 to 0.6.2 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.5.2...tower-http-0.6.2) --- 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 4fef7c6..b35b248 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ tokio = { version = "1.38.0", features = ["macros", "parking_lot", "rt-multi-thr tracing = { version = "0.1.40", features = ["async-await", "log"] } tracing-subscriber = { version = "0.3.18", features = ["local-time", "parking_lot", "time"] } tower = { version = "0.4.13", features = ["timeout", "tokio"] } -tower-http = { version = "0.5.2", features = ["fs", "normalize-path", "timeout", "tokio"] } +tower-http = { version = "0.6.2", features = ["fs", "normalize-path", "timeout", "tokio"] } tower-sessions = { version = "0.12.2", features = ["axum-core", "private"] } tower-sessions-moka-store = "0.13.0" tower-sessions-redis-store = "0.13.0"