mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-03-31 07:09:38 +00:00
Update to latest sqlx (+ general deps update).
This commit is contained in:
parent
3da056ac6b
commit
13da6f9b28
2 changed files with 394 additions and 270 deletions
662
Cargo.lock
generated
662
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,7 @@ actix-rt = "1.1.1"
|
|||
tokio = "0.2.22"
|
||||
serde = "1.0.115"
|
||||
config = { version = "0.10.1", default-features = false, features = ["yaml"] }
|
||||
sqlx = { version = "0.4.0-beta.1", default-features = false, features = [ "runtime-tokio", "macros", "postgres", "uuid", "chrono", "migrate"] }
|
||||
sqlx = { version = "0.4.1", default-features = false, features = ["runtime-actix-native-tls", "macros", "postgres", "uuid", "chrono", "migrate"] }
|
||||
uuid = { version = "0.8.1", features = ["v4"] }
|
||||
chrono = "0.4.15"
|
||||
|
||||
|
|
Loading…
Reference in a new issue