diff options
| author | Renovate Bot <[email protected]> | 2021-09-21 15:44:05 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-09-21 15:44:05 +0000 |
| commit | b1e0441df4f554e62211775e1cd607e084fd9029 (patch) | |
| tree | cdf0152a587168b8638149f218cf5222568b9c9a /crates/whirl_api | |
| parent | Merge pull request #91 from Whirlsplash/renovate/hyper-0.x (diff) | |
| download | whirl-b1e0441df4f554e62211775e1cd607e084fd9029.tar.xz whirl-b1e0441df4f554e62211775e1cd607e084fd9029.zip | |
fix(deps): update rust crate tokio to 1.12.0
Diffstat (limited to 'crates/whirl_api')
| -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 2ab4d50..f212db5 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -22,7 +22,7 @@ hyper = "0.14.13" # Utility sysinfo = "0.20.3" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.11.0", features = ["full"] } +tokio = { version = "1.12.0", features = ["full"] } num-traits = "0.2.14" qstring = "0.7.2" |