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 | f55c56973df9836a54e289127107eb0cb61f39f0 (patch) | |
| tree | 035f7138eab247f921a916bc366dd18383fa0c30 /crates/whirl_api | |
| parent | Merge pull request #91 from Whirlsplash/renovate/hyper-0.x (diff) | |
| download | whirl-f55c56973df9836a54e289127107eb0cb61f39f0.tar.xz whirl-f55c56973df9836a54e289127107eb0cb61f39f0.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 3c932f7..29db1c8 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" |