chore(deps): update rust crate axum to 0.8.0

This commit is contained in:
2026-03-14 04:05:30 +00:00
parent 91c8566ba8
commit 2aa5683a11
2 changed files with 187 additions and 120 deletions

View File

@@ -11,5 +11,5 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
clap = { version = "4.3.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
axum = { version = "0.6.18" }
axum = { version = "0.8.0" }
serde = { version = "1", features = ["derive"] }