aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d452110..7fe7332 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.20.5"