aboutsummaryrefslogtreecommitdiff
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
commit7fe25e95dcb583c7c76ae73d6f3e296283a4a545 (patch)
tree7ae908278f0acfb8c5618ed538294d4ce02611e9
parentMerge pull request #90 from Whirlsplash/renovate/flexi_logger-0.x (diff)
downloadwhirl-7fe25e95dcb583c7c76ae73d6f3e296283a4a545.tar.xz
whirl-7fe25e95dcb583c7c76ae73d6f3e296283a4a545.zip
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"