diff --git a/Cargo.toml b/Cargo.toml index 54cf219..b2b5907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ features = ["openssl", "rustls", "compress", "secure-cookies"] [dependencies] actix-web = { version = "3.0.0-beta.3", features=["rustls"] } actix-rt = "2.1.0" -actix-service = "1.0.6" +actix-service = "2.0.0" actix-cors = "0.5.4" actix-http = "2.1.0" actix = "0.11"