diff --git a/Cargo.toml b/Cargo.toml index 06e2cdf..82e6bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ features = ["openssl", "rustls", "compress", "secure-cookies"] actix-web = { version = "3.0.0-beta.3", features=["rustls"] } actix-rt = "2.1.0" actix-service = "2.0.0" -actix-cors = "0.5.4" +actix-cors = "0.6.0" actix-http = "2.1.0" actix = "0.12" log = "0.4.11"