File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ edition = "2021"
16
16
maintenance = { status = " actively-developed" }
17
17
18
18
[dependencies ]
19
- axum = " 0.6.20 "
20
- axum-core = " 0.3.4 "
19
+ axum = " 0.8.0 "
20
+ axum-core = " 0.5.0 "
21
21
axum-sessions = " 0.5.0"
22
22
base64 = " 0.22.1"
23
23
rand = " 0.8.5"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
publish = false
7
7
8
8
[dependencies ]
9
- axum = " 0.6.20 "
9
+ axum = " 0.8.0 "
10
10
axum-csrf-sync-pattern = { path = " ../../" }
11
11
axum-sessions = " 0.5.0"
12
12
color-eyre = " 0.6.3"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
publish = false
7
7
8
8
[dependencies ]
9
- axum = " 0.6.20 "
9
+ axum = " 0.8.0 "
10
10
axum-csrf-sync-pattern = { path = " ../../" }
11
11
axum-sessions = " 0.5.0"
12
12
color-eyre = " 0.6.3"
You can’t perform that action at this time.
0 commit comments