diff options
| author | Renovate Bot <[email protected]> | 2021-09-16 18:03:55 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-09-16 18:03:55 +0000 |
| commit | 7fe25e95dcb583c7c76ae73d6f3e296283a4a545 (patch) | |
| tree | 7ae908278f0acfb8c5618ed538294d4ce02611e9 | |
| parent | Merge pull request #90 from Whirlsplash/renovate/flexi_logger-0.x (diff) | |
| download | whirl-7fe25e95dcb583c7c76ae73d6f3e296283a4a545.tar.xz whirl-7fe25e95dcb583c7c76ae73d6f3e296283a4a545.zip | |
fix(deps): update rust crate hyper to 0.14.13
| -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 a22fef9..3c932f7 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.12" +hyper = "0.14.13" # Utility sysinfo = "0.20.3" |