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"