Skip to content

Commit b035d5b

Browse files
fix(deps): update axum monorepo
1 parent 288ff8f commit b035d5b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ edition = "2024"
1414
rust-version = "1.85"
1515

1616
[dependencies]
17-
axum = "0.6.20"
18-
axum-core = "0.3.4"
17+
axum = "0.8.0"
18+
axum-core = "0.5.0"
1919
axum-sessions = "0.5.0"
2020
base64 = "0.22.1"
2121
rand = "0.10.0"

examples/cross-site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
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)