aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-09-20 22:44:55 +0000
committerGitHub <[email protected]>2021-09-20 22:44:55 +0000
commitc7bd8b5167aa506dad7c0b29254d99b4a9443583 (patch)
tree4127f2199123951e9b8648c8d3d63db2658dbb48
parentMerge pull request #92 from Whirlsplash/renovate/flexi_logger-0.x (diff)
parentfix(deps): update rust crate hyper to 0.14.13 (diff)
downloadwhirl-c7bd8b5167aa506dad7c0b29254d99b4a9443583.tar.xz
whirl-c7bd8b5167aa506dad7c0b29254d99b4a9443583.zip
Merge pull request #91 from Whirlsplash/renovate/hyper-0.x
fix(deps): update rust crate hyper to 0.14.13
-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"