Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent d398ddc commit acd945e
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 @@ -16,7 +16,7 @@ edition = "2021"
maintenance = { status = "actively-developed" }

[dependencies]
axum = "0.6.20"
axum = "0.7.0"
axum-core = "0.3.4"
axum-sessions = "0.5.0"
base64 = "0.22.1"
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 @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
axum = "0.6.20"
axum = "0.7.0"
axum-csrf-sync-pattern = { path = "../../" }
axum-sessions = "0.5.0"
color-eyre = "0.6.3"
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 @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
axum = "0.6.20"
axum = "0.7.0"
axum-csrf-sync-pattern = { path = "../../" }
axum-sessions = "0.5.0"
color-eyre = "0.6.3"
Expand Down

0 comments on commit acd945e

Please sign in to comment.