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
1 changed files with 1 additions and 1 deletions

View File

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