Merge pull request #1 from WaveringAna/dependabot/cargo/sqlx-0.8.1

Bump sqlx from 0.7.4 to 0.8.1
This commit is contained in:
Wavering Ana 2025-01-25 03:42:26 -05:00 committed by GitHub
commit 8b4de658fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 71 additions and 80 deletions

View file

@ -12,7 +12,7 @@ jsonwebtoken = "9"
actix-web = "4.4"
actix-cors = "0.6"
tokio = { version = "1.36", features = ["full"] }
sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres", "uuid", "chrono"] }
sqlx = { version = "0.8", features = ["runtime-tokio-native-tls", "postgres", "uuid", "chrono"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"