Skip to content

Commit 71b9c04

Browse files
fix(deps): update axum monorepo
1 parent 5b73ba3 commit 71b9c04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ edition = "2021"
1616
maintenance = { status = "actively-developed" }
1717

1818
[dependencies]
19-
axum = "0.6.20"
20-
axum-core = "0.3.4"
19+
axum = "0.8.0"
20+
axum-core = "0.5.0"
2121
axum-sessions = "0.5.0"
2222
base64 = "0.22.1"
2323
rand = "0.8.5"

examples/cross-site/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77

88
[dependencies]
9-
axum = "0.6.20"
9+
axum = "0.8.0"
1010
axum-csrf-sync-pattern = { path = "../../" }
1111
axum-sessions = "0.5.0"
1212
color-eyre = "0.6.3"

examples/same-site/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77

88
[dependencies]
9-
axum = "0.6.20"
9+
axum = "0.8.0"
1010
axum-csrf-sync-pattern = { path = "../../" }
1111
axum-sessions = "0.5.0"
1212
color-eyre = "0.6.3"

0 commit comments

Comments
 (0)