Bump tokio-util from 0.7.3 to 0.7.4 (#1032)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-12 08:45:20 +10:00 committed by GitHub
parent 21a21d924c
commit 3d6ddfb62f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -4205,9 +4205,9 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.7.3"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
dependencies = [
"bytes",
"futures-core",

View file

@ -53,7 +53,7 @@ sketching = { path = "../sketching" }
toml = "^0.5.9"
rpassword = "^7.0.0"
tokio = { version = "^1.21.0", features = ["rt", "macros", "sync", "time", "net", "io-util"] }
tokio-util = { version = "^0.7.3", features = ["codec"] }
tokio-util = { version = "^0.7.4", features = ["codec"] }
futures = "^0.3.21"
bytes = "^1.1.0"

View file

@ -50,7 +50,7 @@ sshkeys = "^0.3.1"
tide = "^0.16.0"
time = { version = "=0.2.27", features = ["serde", "std"] }
tokio = { version = "^1.21.0", features = ["net", "sync", "time"] }
tokio-util = { version = "^0.7.3", features = ["codec"] }
tokio-util = { version = "^0.7.4", features = ["codec"] }
toml = "^0.5.9"
touch = "^0.0.1"

View file

@ -33,7 +33,7 @@ tide-compress = { version = "0.10.6", default-features = false, features = [ "de
tide-openssl = "^0.1.1"
tokio = { version = "^1.21.0", features = ["net", "sync", "io-util", "macros"] }
tokio-openssl = "^0.6.3"
tokio-util = { version = "^0.7.3", features = ["codec"] }
tokio-util = { version = "^0.7.4", features = ["codec"] }
tracing = { version = "^0.1.35", features = ["attributes"] }
uuid = { version = "^1.1.2", features = ["serde", "v4" ] }

View file

@ -30,7 +30,7 @@ serde = { version = "^1.0.142", features = ["derive"] }
serde_json = "^1.0.83"
tokio = { version = "^1.21.0", features = ["rt-multi-thread"] }
tokio-openssl = "^0.6.3"
tokio-util = { version = "^0.7.3", features = ["codec"] }
tokio-util = { version = "^0.7.4", features = ["codec"] }
toml = "^0.5.9"
tracing = "^0.1.35"
tracing-subscriber = "^0.3.14"