aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-08-25 20:56:19 +0000
committerGitHub <[email protected]>2021-08-25 20:56:19 +0000
commitc626080f4624854d668ca313356014526bce178b (patch)
treef4634754e4006ac28cf8d3387e09f8d232b6867d /crates
parentMerge pull request #78 from Whirlsplash/renovate/husky-7.x (diff)
parentfix(deps): update rust crate hyper to 0.14.12 (diff)
downloadwhirl-c626080f4624854d668ca313356014526bce178b.tar.xz
whirl-c626080f4624854d668ca313356014526bce178b.zip
Merge pull request #77 from Whirlsplash/renovate/hyper-0.x
fix(deps): update rust crate hyper to 0.14.12
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 1789d74..e9f1bd7 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.11"
+hyper = "0.14.12"
# Utility
sysinfo = "0.20.1"