aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-07 10:39:54 +0000
committerRenovate Bot <[email protected]>2022-03-07 10:39:54 +0000
commit407cb385a7fbc21732903e8ec44cb905e303395f (patch)
tree2c6174a7abd8a314f0a0a8435829d6ad1b3adaed
parentfix(utils): user agent ban? (diff)
downloadapi-renovate/actix-web-3.x.tar.xz
api-renovate/actix-web-3.x.zip
fix(deps): update rust crate actix-web to 3.3.3renovate/actix-web-3.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2bbc990..0143709 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ rand = "0.8.3"
dotenv = "0.15.0"
# Web
-actix-web = { version = "3.3.2", features = ["rustls"] }
+actix-web = { version = "3.3.3", features = ["rustls"] }
qstring = "0.7.2"
actix-cors = "0.5.4"
actix-ratelimit = "0.3.1"