chore(deps): update rust crate axum to 0.8.0

This commit is contained in:
2025-12-19 04:04:36 +00:00
parent 71c2db086a
commit 80258630a6
2 changed files with 261 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"] }