diff --git a/Cargo.toml b/Cargo.toml index 9ca7a61..6a51c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" actix-web = "3" actix-rt = "1.1.1" chrono = "0.4.18" -sqlx = { version = "0.4.0-beta.1", features = [ "postgres", "chrono" ] } +sqlx = { version = "0.5.1", features = [ "postgres", "chrono" ] } listenfd = "0.3.3" serde = "1.0.116" serde_json = "1.0.57"