diff --git a/Cargo.toml b/Cargo.toml index 46430db..f2e49cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" } [dependencies] axum = "0.6.20" axum-core = "0.3.4" -axum-sessions = "0.5.0" +axum-sessions = "0.6.0" base64 = "0.22.1" rand = "0.8.5" thiserror = "2.0.0" diff --git a/examples/cross-site/Cargo.toml b/examples/cross-site/Cargo.toml index 7c4ad8b..d7af11e 100644 --- a/examples/cross-site/Cargo.toml +++ b/examples/cross-site/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] axum = "0.6.20" axum-csrf-sync-pattern = { path = "../../" } -axum-sessions = "0.5.0" +axum-sessions = "0.6.0" color-eyre = "0.6.3" rand = "0.8.5" tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } diff --git a/examples/same-site/Cargo.toml b/examples/same-site/Cargo.toml index ba5b4dc..3ab8d04 100644 --- a/examples/same-site/Cargo.toml +++ b/examples/same-site/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] axum = "0.6.20" axum-csrf-sync-pattern = { path = "../../" } -axum-sessions = "0.5.0" +axum-sessions = "0.6.0" color-eyre = "0.6.3" rand = "0.8.5" tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }