chore(deps): update rust crate axum to 0.8.0

This commit is contained in:
2025-03-25 22:32:30 +00:00
parent 5b07fd48bb
commit 4889614da9
2 changed files with 34 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4.5.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
axum = { version = "0.7.5", features = ["macros"] }
axum = { version = "0.8.0", features = ["macros"] }
async-trait = "*"
serde = {version = "1", features = ["derive"]}
serde_json = "1"