aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-02-25 20:56:41 +0000
committerRenovate Bot <[email protected]>2022-02-25 20:56:41 +0000
commit12ada385c76b3f7f3bbcaa1862d2c99c91585690 (patch)
tree6a33802f55392cf22b68981b9435f1e041123052
parentMerge pull request #16 from Fuwn/renovate/commitlint-monorepo (diff)
downloadrecords-renovate/actix-web-4.x.tar.xz
records-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 8cae613..77c3529 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ codegen-units = 1
[dependencies]
# Web-Server
-actix-web = "3.3.2"
+actix-web = "4.0.1"
actix-files = "0.5.0"
actix-cors = "0.5.4"