diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-03-11 12:41:17 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-11 12:41:17 +0000 |
| commit | 82bb28e4c9cc9cd61af54eb358522a939f07e2c2 (patch) | |
| tree | 31216b950689150282065b566848d7653a858630 | |
| parent | Merge pull request #146 from Whirlsplash/renovate/flexi_logger-0.x (diff) | |
| parent | fix(deps): update rust crate hyper to 0.14.17 (diff) | |
| download | whirl-82bb28e4c9cc9cd61af54eb358522a939f07e2c2.tar.xz whirl-82bb28e4c9cc9cd61af54eb358522a939f07e2c2.zip | |
Merge pull request #147 from Whirlsplash/renovate/hyper-0.x
fix(deps): update rust crate hyper to 0.14.17
| -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 769051f..aacff51 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.23.5" |