Bump tokio-util from 0.6.9 to 0.6.10 (#67)

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.9 to 0.6.10.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.6.9...tokio-util-0.6.10)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-08 08:19:56 +08:00
committed by GitHub
parent caad2d3b06
commit f8f9949fb2

6
Cargo.lock generated
View File

@@ -1300,7 +1300,7 @@ dependencies = [
"tokio-native-tls",
"tokio-rustls",
"tokio-socks",
"tokio-util 0.6.9",
"tokio-util 0.6.10",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
@@ -1679,9 +1679,9 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.6.9"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
dependencies = [
"bytes",
"futures-core",