aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
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
commit9c7b711870567621734878c7253ba8cdea25c91d (patch)
tree23f57ebe14a8a55b563bf8c33ee1d440488edce0 /crates/whirl_api
parentfeat(server): indicate which server type accepted client (diff)
downloadwhirl-9c7b711870567621734878c7253ba8cdea25c91d.tar.xz
whirl-9c7b711870567621734878c7253ba8cdea25c91d.zip
fix(deps): update rust crate actix-web to 3.3.3
Diffstat (limited to 'crates/whirl_api')
-rw-r--r--crates/whirl_api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index b851053..756a688 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"