aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-07 23:34:57 +0000
committerRenovate Bot <[email protected]>2022-03-07 23:34:57 +0000
commite5079cd3be996ede16b8c9cd70a4c2d96c348927 (patch)
tree64c56c87d73cb3b67c3694dfaa7c03ef9f9897d5
parentfix(utils): user agent ban? (diff)
downloadapi-renovate/actix-cors-0.x.tar.xz
api-renovate/actix-cors-0.x.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 2bbc990..11c13eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,5 +23,5 @@ dotenv = "0.15.0"
# Web
actix-web = { version = "3.3.2", features = ["rustls"] }
qstring = "0.7.2"
-actix-cors = "0.5.4"
+actix-cors = "0.6.1"
actix-ratelimit = "0.3.1"