We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b73ba3 commit 71b9c04Copy full SHA for 71b9c04
Cargo.toml
@@ -16,8 +16,8 @@ edition = "2021"
16
maintenance = { status = "actively-developed" }
17
18
[dependencies]
19
-axum = "0.6.20"
20
-axum-core = "0.3.4"
+axum = "0.8.0"
+axum-core = "0.5.0"
21
axum-sessions = "0.5.0"
22
base64 = "0.22.1"
23
rand = "0.8.5"
examples/cross-site/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
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