aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-03-11 12:41:17 +0000
committerGitHub <[email protected]>2022-03-11 12:41:17 +0000
commit82bb28e4c9cc9cd61af54eb358522a939f07e2c2 (patch)
tree31216b950689150282065b566848d7653a858630
parentMerge pull request #146 from Whirlsplash/renovate/flexi_logger-0.x (diff)
parentfix(deps): update rust crate hyper to 0.14.17 (diff)
downloadwhirl-82bb28e4c9cc9cd61af54eb358522a939f07e2c2.tar.xz
whirl-82bb28e4c9cc9cd61af54eb358522a939f07e2c2.zip
Merge pull request #147 from Whirlsplash/renovate/hyper-0.x
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 769051f..aacff51 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.23.5"