bump: tower-http
Rust Build / Rustfmt (pull_request) Successful in 46s
Rust Build / Check (pull_request) Failing after 57s
Rust Build / Clippy (pull_request) Failing after 1m35s

This commit is contained in:
2026-07-05 17:38:29 -04:00
parent 0563134b17
commit 52d713a533
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.3", features = ["rt-multi-thread"] }
tracing-subscriber = { version = "0.3.23" }
tower-http = { version = "0.6.11", features = ["cors"] }
tower-http = { version = "0.7.0", features = ["cors"] }
sqlx = { version = "0.9.0", features = ["runtime-tokio", "tls-native-tls", "postgres", "time", "uuid"] }
uuid = { version = "1.23.3", features = ["v4", "serde"] }
argon2 = { version = "0.5.3", features = ["std"] } # Use the latest 0.5.x version