diff options
| author | Fuwn <[email protected]> | 2021-04-29 15:44:01 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-29 15:44:01 -0700 |
| commit | ee81cc21119d835cda382f76e9286c4e88763796 (patch) | |
| tree | 620b3266907a4fae86f45c47226e2aa34af1d1c4 | |
| parent | ci(actions): run rust action on all branches (diff) | |
| parent | fix(deps): update rust crate tokio to 1.5.0 (diff) | |
| download | whirl-ee81cc21119d835cda382f76e9286c4e88763796.tar.xz whirl-ee81cc21119d835cda382f76e9286c4e88763796.zip | |
Merge pull request #10 from Whirlsplash/renovate/rust-tokio-1.x
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" |