diff options
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 |
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" |