diff options
| author | Renovate Bot <[email protected]> | 2022-02-10 21:40:44 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-02-10 21:40:44 +0000 |
| commit | e3e96f681eabb1afef38fa437545ee6b8e2f2efd (patch) | |
| tree | 01dce9986d0f002060a8825fc3dd765589499c03 | |
| parent | Merge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff) | |
| download | whirl-e3e96f681eabb1afef38fa437545ee6b8e2f2efd.tar.xz whirl-e3e96f681eabb1afef38fa437545ee6b8e2f2efd.zip | |
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 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" |