Add some new features to sqlx
Co-authored-by: Elias Schriefer
This commit is contained in:
parent
ce83c99420
commit
ac4ab4c132
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1851,6 +1851,7 @@ dependencies = [
|
|||||||
"bitflags",
|
"bitflags",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"bytes 1.0.1",
|
"bytes 1.0.1",
|
||||||
|
"chrono",
|
||||||
"crc",
|
"crc",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"crossbeam-queue",
|
"crossbeam-queue",
|
||||||
@ -1877,6 +1878,7 @@ dependencies = [
|
|||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
"url",
|
"url",
|
||||||
|
"uuid",
|
||||||
"whoami",
|
"whoami",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ edition = "2018"
|
|||||||
juniper = "^0.15"
|
juniper = "^0.15"
|
||||||
juniper_warp = "^0.6"
|
juniper_warp = "^0.6"
|
||||||
juniper-from-schema = { git = "https://github.com/davidpdrsn/juniper-from-schema" }
|
juniper-from-schema = { git = "https://github.com/davidpdrsn/juniper-from-schema" }
|
||||||
sqlx = { version = "^0.5", features = ["runtime-tokio-native-tls"] }
|
sqlx = { version = "^0.5", features = ["runtime-tokio-native-tls", "uuid", "chrono"] }
|
||||||
warp = { version = "^0.3", default-features = false, features = ["compression", "tls"] }
|
warp = { version = "^0.3", default-features = false, features = ["compression", "tls"] }
|
||||||
structopt = { version = "^0.3", features = ["wrap_help"] }
|
structopt = { version = "^0.3", features = ["wrap_help"] }
|
||||||
toml = "^0.5"
|
toml = "^0.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user