diff options
| author | Renovate Bot <[email protected]> | 2021-08-24 23:55:26 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-24 23:55:26 +0000 |
| commit | ae6918b2b30aecca9335a615cc9eb6d9dd523199 (patch) | |
| tree | 2f2e13237cd213a472ba23f7eb8c1779bf14f6d2 | |
| parent | Merge pull request #76 from Whirlsplash/renovate/tokio-1.x (diff) | |
| download | whirl-ae6918b2b30aecca9335a615cc9eb6d9dd523199.tar.xz whirl-ae6918b2b30aecca9335a615cc9eb6d9dd523199.zip | |
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 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" |