Skip to content

Commit

Permalink
fix(deps): update rust crate axum-sessions to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 3e07de3 commit 0f8dbff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "1.0.59"
Expand Down
2 changes: 1 addition & 1 deletion examples/cross-site/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/same-site/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 0f8dbff

Please sign in to comment.