aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-07 20:35:18 +0000
committerRenovate Bot <[email protected]>2022-03-07 20:35:18 +0000
commitc73bb491a253a0089cc4b6f57567ccd90e28765e (patch)
treee821dd46f621cb5cd8240140163080d00fc0a0ad
parentfix(utils): user agent ban? (diff)
downloadapi-renovate/actix-web-4.x.tar.xz
api-renovate/actix-web-4.x.zip
fix(deps): update rust crate actix-web to v4renovate/actix-web-4.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2bbc990..b11caf3 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 = "4.0.1", features = ["rustls"] }
qstring = "0.7.2"
actix-cors = "0.5.4"
actix-ratelimit = "0.3.1"