aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
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
commit601440f302e202261f3e4d5c8bb4524927f14eec (patch)
treeb3f9d3928abced1b97de07a72002db0d69fe7963 /crates/whirl_api
parentMerge pull request #128 from Whirlsplash/renovate/major-commitlint-monorepo (diff)
parentfix(deps): update rust crate actix-web to 3.3.3 (diff)
downloadwhirl-601440f302e202261f3e4d5c8bb4524927f14eec.tar.xz
whirl-601440f302e202261f3e4d5c8bb4524927f14eec.zip
Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x
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 5f6d128..662e3d9 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"