Fix sqlx dependency

0.5.5 seems to be broken
This commit is contained in:
Valentin Tolmer 2021-05-30 19:16:34 +02:00
parent ca48de542b
commit bb66532862

View File

@ -47,7 +47,7 @@ tracing-subscriber = "*"
rand = { version = "0.8", features = ["small_rng", "getrandom"] } rand = { version = "0.8", features = ["small_rng", "getrandom"] }
[dependencies.sqlx] [dependencies.sqlx]
version = "0.5" version = "0.5.1"
features = [ features = [
"any", "any",
"chrono", "chrono",