diff options
| author | Renovate Bot <[email protected]> | 2021-04-29 05:44:00 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-04-29 05:44:00 +0000 |
| commit | 70ac8954a2d4a5fa7eb12f0081ee6896f826bed8 (patch) | |
| tree | c364f79aa1024a5f001db6b6000bdabe7870aead | |
| parent | Merge pull request #7 from Whirlsplash/renovate/configure (diff) | |
| download | whirl-70ac8954a2d4a5fa7eb12f0081ee6896f826bed8.tar.xz whirl-70ac8954a2d4a5fa7eb12f0081ee6896f826bed8.zip | |
fix(deps): update rust crate tokio to 1.5.0
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ structopt = "0.3.21" config = "0.11.0" # TCP -tokio = { version = "1.4.0", features = ["full"] } +tokio = { version = "1.5.0", features = ["full"] } tokio-util = { version = "0.6.5", features = ["codec"] } tokio-stream = "0.1.5" |