Skip to content

Commit 77aa1ca

Browse files
fix(deps): update rust crate axum-sessions to 0.6.0
1 parent 6c8398c commit 77aa1ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }
1818
[dependencies]
1919
axum = "0.6.20"
2020
axum-core = "0.3.4"
21-
axum-sessions = "0.5.0"
21+
axum-sessions = "0.6.0"
2222
base64 = "0.22.1"
2323
rand = "0.8.5"
2424
thiserror = "1.0.59"

examples/cross-site/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
axum = "0.6.20"
1010
axum-csrf-sync-pattern = { path = "../../" }
11-
axum-sessions = "0.5.0"
11+
axum-sessions = "0.6.0"
1212
color-eyre = "0.6.3"
1313
rand = "0.8.5"
1414
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }

examples/same-site/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
axum = "0.6.20"
1010
axum-csrf-sync-pattern = { path = "../../" }
11-
axum-sessions = "0.5.0"
11+
axum-sessions = "0.6.0"
1212
color-eyre = "0.6.3"
1313
rand = "0.8.5"
1414
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }

0 commit comments

Comments
 (0)