fix(deps): update rust crate tower-http to 0.6.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-24 01:15:41 +00:00
parent cb340ffb1e
commit c4434fd841
2 changed files with 3 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ axum.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
notmad = "0.6.0"
tokio-util = "0.7.12"
async-trait = "0.1.83"