aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-07 21:51:59 +0000
committerRenovate Bot <[email protected]>2022-03-07 21:51:59 +0000
commit0390414364e505066b792c2dff848895535bcd12 (patch)
treeb677bfc485dd00e1d00e52fc10e88577141ff2c1
parentMerge pull request #16 from Fuwn/renovate/commitlint-monorepo (diff)
downloadrecords-0390414364e505066b792c2dff848895535bcd12.tar.xz
records-0390414364e505066b792c2dff848895535bcd12.zip
fix(deps): update rust crate actix-cors to 0.6.1renovate/actix-cors-0.x
-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"