diff options
| author | Renovate Bot <[email protected]> | 2021-04-29 05:44:04 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-04-29 05:44:04 +0000 |
| commit | 56a13f3d179b5e13200249c3d9ae4298868fe080 (patch) | |
| tree | c864ec796abdbb313e077527bc744547dc953c5e | |
| parent | Merge pull request #7 from Whirlsplash/renovate/configure (diff) | |
| download | whirl-56a13f3d179b5e13200249c3d9ae4298868fe080.tar.xz whirl-56a13f3d179b5e13200249c3d9ae4298868fe080.zip | |
fix(deps): update rust crate tokio-util to 0.6.6
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ config = "0.11.0" # TCP tokio = { version = "1.4.0", features = ["full"] } -tokio-util = { version = "0.6.5", features = ["codec"] } +tokio-util = { version = "0.6.6", features = ["codec"] } tokio-stream = "0.1.5" # Database |