diff --git a/Cargo.toml b/Cargo.toml index a972c93..953e5c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tide-compress = "0.11.0" serde = { version = "1.0.137", features = ["derive"] } tokio = { version = "1.19.2", features = ["full"] } async-std = { version = "1.12.0", features = ["attributes", "tokio1"] } -sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres"] } +sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] } dirs = "5.0.0" env_logger = "0.10.0" log = "0.4.17"