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 | 0647f08398f44f43c99e09cc6b993f93eacde0bc (patch) | |
| tree | 41b1a63f18ec856435ae54d7c9ab214635467625 /crates | |
| parent | Merge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff) | |
| download | whirl-0647f08398f44f43c99e09cc6b993f93eacde0bc.tar.xz whirl-0647f08398f44f43c99e09cc6b993f93eacde0bc.zip | |
fix(deps): update rust crate hyper to 0.14.17
Diffstat (limited to 'crates')
| -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 669251f..3c4a9e3 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" |