aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-01-12 18:44:07 +0000
committerGitHub <[email protected]>2022-01-12 18:44:07 +0000
commit80d2cb22d2ba37ae25093542ace4d26e1cb096f5 (patch)
tree466c14c0e0153249adc37c7507322d261fe47bbc
parentMerge pull request #128 from Whirlsplash/renovate/major-commitlint-monorepo (diff)
parentfix(deps): update rust crate actix-web to 3.3.3 (diff)
downloadwhirl-80d2cb22d2ba37ae25093542ace4d26e1cb096f5.tar.xz
whirl-80d2cb22d2ba37ae25093542ace4d26e1cb096f5.zip
Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x
fix(deps): update rust crate actix-web to 3.3.3
-rw-r--r--crates/whirl/Cargo.toml2
-rw-r--r--crates/whirl_api/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index 133d43d..3e2a95c 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -47,7 +47,7 @@ tokio-util = { version = "0.6.9", features = ["codec"] }
tokio-stream = "0.1.8"
# Web-server
-actix-web = { version = "3.3.2", features = ["rustls"] }
+actix-web = { version = "3.3.3", features = ["rustls"] }
actix-cors = "0.5.4"
whirl_api = { path = "../whirl_api" }
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 58bccb3..ef8ac44 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -14,7 +14,7 @@ publish = false
[dependencies]
# Web-server
-actix-web = { version = "3.3.2", features = ["rustls"] }
+actix-web = { version = "3.3.3", features = ["rustls"] }
actix-cors = "0.5.4"
axum = "0.1.3"
hyper = "0.14.13"