update sqlx
This commit is contained in:
parent
4954dcb789
commit
b34deba17f
@ -28,7 +28,7 @@ async-trait = "0.1.41"
|
|||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
barrel = { version = "0.6.5", features = ["pg"] }
|
barrel = { version = "0.6.5", features = ["pg"] }
|
||||||
refinery = { version = "0.3.0", features = ["postgres"] }
|
refinery = { version = "0.3.0", features = ["postgres"] }
|
||||||
sqlx = { version = "0.4.0-beta.1", features = ["postgres", "json", "chrono"] }
|
sqlx = { version = "0.4.0", features = ["runtime-async-std-native-tls", "postgres", "json", "chrono"] }
|
||||||
strum = "0.19.5"
|
strum = "0.19.5"
|
||||||
strum_macros = "0.19"
|
strum_macros = "0.19"
|
||||||
anyhow = "1.0.33"
|
anyhow = "1.0.33"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user