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 | 4b4d9788bd116350314e852cc30f224526d78d9c (patch) | |
| tree | d58bb5a2c09a81b8c6726a62fc188902382b46ea /Cargo.toml | |
| parent | Merge pull request #7 from Whirlsplash/renovate/configure (diff) | |
| download | whirl-4b4d9788bd116350314e852cc30f224526d78d9c.tar.xz whirl-4b4d9788bd116350314e852cc30f224526d78d9c.zip | |
fix(deps): update rust crate tokio to 1.5.0
Diffstat (limited to 'Cargo.toml')
| -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" |