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:
commit
8b4de658fe
2 changed files with 71 additions and 80 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue