diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-08-25 20:56:19 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-25 20:56:19 +0000 |
| commit | 13d0b9748bf0a1939ceb78bab623919d01f7c89c (patch) | |
| tree | 72b2496cd347e14418f2737625237b1a00712ccc | |
| parent | Merge pull request #78 from Whirlsplash/renovate/husky-7.x (diff) | |
| parent | fix(deps): update rust crate hyper to 0.14.12 (diff) | |
| download | whirl-13d0b9748bf0a1939ceb78bab623919d01f7c89c.tar.xz whirl-13d0b9748bf0a1939ceb78bab623919d01f7c89c.zip | |
Merge pull request #77 from Whirlsplash/renovate/hyper-0.x
fix(deps): update rust crate hyper to 0.14.12
| -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 fec405b..cb0eb3f 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" |