aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-09-16 18:03:55 +0000
committerRenovate Bot <[email protected]>2021-09-16 18:03:55 +0000
commit9331c81f4b1e3b2338c9e7cc4975aa0921dd6683 (patch)
treeab0cf0a5438f540758998a18fd97bf3397adf66c /crates
parentMerge pull request #90 from Whirlsplash/renovate/flexi_logger-0.x (diff)
downloadwhirl-9331c81f4b1e3b2338c9e7cc4975aa0921dd6683.tar.xz
whirl-9331c81f4b1e3b2338c9e7cc4975aa0921dd6683.zip
fix(deps): update rust crate hyper to 0.14.13
Diffstat (limited to 'crates')
-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 a821483..2ab4d50 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.12"
+hyper = "0.14.13"
# Utility
sysinfo = "0.20.3"