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"
1616maintenance = { 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 "
2121axum-sessions = " 0.5.0"
2222base64 = " 0.22.1"
2323rand = " 0.8.5"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66publish = false
77
88[dependencies ]
9- axum = " 0.6.20 "
9+ axum = " 0.8.0 "
1010axum-csrf-sync-pattern = { path = " ../../" }
1111axum-sessions = " 0.5.0"
1212color-eyre = " 0.6.3"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66publish = false
77
88[dependencies ]
9- axum = " 0.6.20 "
9+ axum = " 0.8.0 "
1010axum-csrf-sync-pattern = { path = " ../../" }
1111axum-sessions = " 0.5.0"
1212color-eyre = " 0.6.3"
You can’t perform that action at this time.
0 commit comments