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 | c1d7d7132842f588f6ee097d064a08aa6b216bb4 (patch) | |
| tree | 145497322dcfe0597c7f66cef82f80b2d5f8139a /Cargo.toml | |
| parent | Merge pull request #26 from Whirlsplash/renovate/serde-1.x (diff) | |
| download | whirl-c1d7d7132842f588f6ee097d064a08aa6b216bb4.tar.xz whirl-c1d7d7132842f588f6ee097d064a08aa6b216bb4.zip | |
fix(deps): update rust crate tokio to 1.6.0
Diffstat (limited to 'Cargo.toml')
| -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" |