diff options
| author | Fuwn <[email protected]> | 2021-05-14 11:21:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-14 11:21:29 -0700 |
| commit | d1b19baf803a727c39f4c6b3453a7867bc2e4f88 (patch) | |
| tree | 92a7fed63ab4d3786cf8810bf074d4021c973304 | |
| parent | Merge pull request #31 from Whirlsplash/renovate/tokio-1.x (diff) | |
| parent | fix(deps): update rust crate tokio-util to 0.6.7 (diff) | |
| download | whirl-d1b19baf803a727c39f4c6b3453a7867bc2e4f88.tar.xz whirl-d1b19baf803a727c39f4c6b3453a7867bc2e4f88.zip | |
Merge pull request #30 from Whirlsplash/renovate/tokio-util-0.x
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ config = "0.11.0" # TCP tokio = { version = "1.6.0", features = ["full"] } -tokio-util = { version = "0.6.6", features = ["codec"] } +tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.6" # Database |