bump: sqlx

This commit is contained in:
2026-07-07 17:14:42 -04:00
parent cc8074a5b1
commit 533e6db992
2 changed files with 139 additions and 380 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ tokio = { version = "1.52.3", features = ["rt-multi-thread"] }
tracing-subscriber = { version = "0.3.23" }
tower = { version = "0.5.3", features = ["full"] }
tower-http = { version = "0.7.0", features = ["cors"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "tls-native-tls", "time", "uuid"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
argon2 = { version = "0.5.3", features = ["std"] } # Use the latest 0.5.x version
time = { version = "0.3.47", features = ["macros", "serde"] }