aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-24 23:55:26 +0000
committerRenovate Bot <[email protected]>2021-08-24 23:55:26 +0000
commite126aa83f4a2c2798d96d11e305c3f60c6b8af52 (patch)
treeb974807bbefb7a9288a42ad8d44883f72f50e29d /crates/whirl_api
parentMerge pull request #76 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-e126aa83f4a2c2798d96d11e305c3f60c6b8af52.tar.xz
whirl-e126aa83f4a2c2798d96d11e305c3f60c6b8af52.zip
fix(deps): update rust crate hyper to 0.14.12
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 fec405b..cb0eb3f 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -17,7 +17,7 @@ publish = false
actix-web = { version = "3.3.2", features = ["rustls"] }
actix-cors = "0.5.4"
axum = "0.1.3"
-hyper = "0.14.11"
+hyper = "0.14.12"
# Utility
sysinfo = "0.20.1"