We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288ff8f commit b035d5bCopy full SHA for b035d5b
3 files changed
Cargo.toml
@@ -14,8 +14,8 @@ edition = "2024"
14
rust-version = "1.85"
15
16
[dependencies]
17
-axum = "0.6.20"
18
-axum-core = "0.3.4"
+axum = "0.8.0"
+axum-core = "0.5.0"
19
axum-sessions = "0.5.0"
20
base64 = "0.22.1"
21
rand = "0.10.0"
examples/cross-site/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
6
publish = false
7
8
9
10
axum-csrf-sync-pattern = { path = "../../" }
11
12
color-eyre = "0.6.3"
examples/same-site/Cargo.toml
0 commit comments