diff --git a/Cargo.toml b/Cargo.toml index a329a44..9b3b0c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ actix = "0.13.0" actix-web = "4.3.1" actix-rt = "2.8.0" actix-multipart = { version = "0.6.0", default-features = false } -actix-cors = "0.6.4" +actix-cors = "0.7.0" tokio = { version = "1.29.1", features = ["sync"] } tokio-stream = "0.1.14"