Skip to content

Commit 297e5a3

Browse files
committed
update axum to 0.8
1 parent a525eb7 commit 297e5a3

File tree

2 files changed

+13
-65
lines changed

2 files changed

+13
-65
lines changed

Cargo.lock

Lines changed: 11 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
axum = { version = "0.7", features = ["tracing"] }
8-
axum-extra = { version = "0.9", features = ["typed-routing"] }
7+
axum = { version = "0.8", features = ["tracing"] }
8+
axum-extra = { version = "0.10", features = ["typed-routing"] }
99
clap = { version = "4", features = ["derive"] }
1010
tokio = { version = "1", features = [ "full", "tracing"] }
1111
tracing = "0.1"

0 commit comments

Comments
 (0)