aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8cae613..a1f1052 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ codegen-units = 1
# Web-Server
actix-web = "3.3.2"
actix-files = "0.5.0"
-actix-cors = "0.5.4"
+actix-cors = "0.6.1"
# Environment
dotenv = "0.15.0"