chore(deps): update rust crate axum to 0.8.0

This commit is contained in:
2025-03-25 22:28:41 +00:00
parent 09866abec7
commit 93392f0101
2 changed files with 65 additions and 82 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"] }