diff options
| author | Renovate Bot <[email protected]> | 2021-05-14 16:55:19 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-05-14 16:55:19 +0000 |
| commit | edcd04ac29aff93c794ae4f8a4142ab947620c7e (patch) | |
| tree | 8fa5b017ad2e694d2aa6db4d8148d96b8e9b503a | |
| parent | Merge pull request #26 from Whirlsplash/renovate/serde-1.x (diff) | |
| download | whirl-edcd04ac29aff93c794ae4f8a4142ab947620c7e.tar.xz whirl-edcd04ac29aff93c794ae4f8a4142ab947620c7e.zip | |
fix(deps): update rust crate tokio to 1.6.0
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ structopt = "0.3.21" config = "0.11.0" # TCP -tokio = { version = "1.5.0", features = ["full"] } +tokio = { version = "1.6.0", features = ["full"] } tokio-util = { version = "0.6.6", features = ["codec"] } tokio-stream = "0.1.5" |