bump: sqlx
Rust Build / Rustfmt (pull_request) Successful in 45s
Rust Build / Clippy (pull_request) Successful in 1m19s
Rust Build / Check (pull_request) Successful in 2m4s

This commit is contained in:
2026-06-20 21:47:50 -04:00
parent 69d908bac3
commit df1438d14e
2 changed files with 141 additions and 382 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ tracing-subscriber = { version = "0.3.23" }
tower = { version = "0.5.3", features = ["full"] }
tower-http = { version = "0.6.11", features = ["cors"] }
hyper = { version = "1.10.1" }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }
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
rand = { version = "0.10.1" }