chore(deps): update rust crate axum to 0.8.0

This commit is contained in:
2025-11-29 04:04:21 +00:00
parent b7f3e344fd
commit 13d87f7927
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"] }