aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-02-10 21:40:44 +0000
committerRenovate Bot <[email protected]>2022-02-10 21:40:44 +0000
commite3e96f681eabb1afef38fa437545ee6b8e2f2efd (patch)
tree01dce9986d0f002060a8825fc3dd765589499c03
parentMerge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff)
downloadwhirl-e3e96f681eabb1afef38fa437545ee6b8e2f2efd.tar.xz
whirl-e3e96f681eabb1afef38fa437545ee6b8e2f2efd.zip
fix(deps): update rust crate hyper to 0.14.17
-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 d452110..7fe7332 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -15,7 +15,7 @@ publish = false
[dependencies]
# Web-server
axum = "0.4.4"
-hyper = "0.14.13"
+hyper = "0.14.17"
# Utility
sysinfo = "0.20.5"