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
commit5dcc16eea42e56ca191b67fc7ed70e8cf7727078 (patch)
treedb686a6af0745a57aa243e96f1530dd00c3359e2
parentMerge pull request #92 from Whirlsplash/renovate/flexi_logger-0.x (diff)
parentfix(deps): update rust crate hyper to 0.14.13 (diff)
downloadwhirl-5dcc16eea42e56ca191b67fc7ed70e8cf7727078.tar.xz
whirl-5dcc16eea42e56ca191b67fc7ed70e8cf7727078.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 a22fef9..3c932f7 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"