diff --git a/Cargo.toml b/Cargo.toml index 9ca7a61..fd048f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] actix-web = "3" -actix-rt = "1.1.1" +actix-rt = "2.1.0" chrono = "0.4.18" sqlx = { version = "0.4.0-beta.1", features = [ "postgres", "chrono" ] } listenfd = "0.3.3"