diff --git a/Cargo.toml b/Cargo.toml index 06e2cdf..0824297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ 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-http = "2.1.0" +actix-http = "3.0.0" actix = "0.12" log = "0.4.11" env_logger = "0.9.0"