aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-11 22:11:16 +0000
committerRenovate Bot <[email protected]>2022-01-11 22:11:16 +0000
commit07a5894649db6805279a1269215f33e95f5e2388 (patch)
tree7dc6a4f6492fbaa7505d656a945ddba0f38deab9 /crates
parentfeat(server): indicate which server type accepted client (diff)
downloadwhirl-07a5894649db6805279a1269215f33e95f5e2388.tar.xz
whirl-07a5894649db6805279a1269215f33e95f5e2388.zip
fix(deps): update rust crate actix-web to 3.3.3
Diffstat (limited to 'crates')
-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 fb0ee95..635f081 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -47,7 +47,7 @@ tokio-util = { version = "0.6.8", features = ["codec"] }
tokio-stream = "0.1.7"
# 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 1590431..c6052d8 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"