diff --git a/Cargo.toml b/Cargo.toml index 06e2cdf..cf4d9cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" features = ["openssl", "rustls", "compress", "secure-cookies"] [dependencies] -actix-web = { version = "3.0.0-beta.3", features=["rustls"] } +actix-web = { version = "4.3.1", features=["rustls"] } actix-rt = "2.1.0" actix-service = "2.0.0" actix-cors = "0.5.4"