diff options
| author | Fuwn <[email protected]> | 2021-05-14 10:05:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-14 10:05:43 -0700 |
| commit | 960b347fec286003ed0ad21527b980c0a141b78d (patch) | |
| tree | eb8ece63b57a37279707ba1efb252a847efdefe5 /Cargo.toml | |
| parent | Merge pull request #29 from Whirlsplash/renovate/tokio-stream-0.x (diff) | |
| parent | fix(deps): update rust crate tokio to 1.6.0 (diff) | |
| download | whirl-960b347fec286003ed0ad21527b980c0a141b78d.tar.xz whirl-960b347fec286003ed0ad21527b980c0a141b78d.zip | |
Merge pull request #31 from Whirlsplash/renovate/tokio-1.x
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.6" |