From 3834a6b4ae64f4c431507fe451bf56daca9f1986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:56:21 +0000 Subject: [PATCH] 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] --- tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 342d53a..5f7e734 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -11,7 +11,7 @@ http-body-util = "0.1" hyper = "1.0" time = "0.3.30" tokio = { version = "1", features = ["full"] } -tower = "0.4.13" +tower = "0.5.1" tower-cookies = "0.10.0" tower-sessions = "0.13.0" tower-sessions-sqlx-store = { path = "../sqlx-store/", features = [