From 1dc73558f4c9e1f9439f78224e6f4a43c5cf3ffc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:56:20 +0000 Subject: [PATCH] fix(deps): update rust crate tower to 0.5.0 --- Cargo.toml | 2 +- examples/cross-site/Cargo.toml | 2 +- examples/same-site/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 46430db..a16d019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ base64 = "0.22.1" rand = "0.8.5" thiserror = "2.0.0" tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } -tower = "0.4.13" +tower = "0.5.0" tracing = "0.1.40" [dev-dependencies] diff --git a/examples/cross-site/Cargo.toml b/examples/cross-site/Cargo.toml index 7c4ad8b..54446f5 100644 --- a/examples/cross-site/Cargo.toml +++ b/examples/cross-site/Cargo.toml @@ -12,6 +12,6 @@ axum-sessions = "0.5.0" color-eyre = "0.6.3" rand = "0.8.5" tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } -tower = "0.4.13" +tower = "0.5.0" tower-http = { version = "0.4.4", features = ["cors"] } tracing-subscriber = "0.3.18" diff --git a/examples/same-site/Cargo.toml b/examples/same-site/Cargo.toml index ba5b4dc..bcb107c 100644 --- a/examples/same-site/Cargo.toml +++ b/examples/same-site/Cargo.toml @@ -12,5 +12,5 @@ axum-sessions = "0.5.0" color-eyre = "0.6.3" rand = "0.8.5" tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } -tower = "0.4.13" +tower = "0.5.0" tracing-subscriber = "0.3.18"