From 57594700438ee5a7c26d48fe7c93af9b17d979ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:34:07 +0000 Subject: [PATCH] chore(deps): bump tokio-util from 0.6.10 to 0.7.8 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.10 to 0.7.8. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.6.10...tokio-util-0.7.8) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 ++++------------------ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dda757b..a97ff73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -677,7 +677,7 @@ dependencies = [ "indexmap", "slab", "tokio", - "tokio-util 0.7.8", + "tokio-util", "tracing", ] @@ -1480,7 +1480,7 @@ dependencies = [ "serde_urlencoded", "tokio", "tokio-rustls", - "tokio-util 0.7.8", + "tokio-util", "tower-service", "url", "wasm-bindgen", @@ -2047,21 +2047,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-util" -version = "0.6.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" -dependencies = [ - "bytes", - "futures-core", - "futures-io", - "futures-sink", - "log", - "pin-project-lite", - "tokio", -] - [[package]] name = "tokio-util" version = "0.7.8" @@ -2070,6 +2055,7 @@ checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" dependencies = [ "bytes", "futures-core", + "futures-io", "futures-sink", "pin-project-lite", "tokio", @@ -2174,7 +2160,7 @@ dependencies = [ "test-log", "tlsh-fixed", "tokio", - "tokio-util 0.6.10", + "tokio-util", "twox-hash", "unic-ucd", "unicode-script", diff --git a/Cargo.toml b/Cargo.toml index a04bfd8..9bf9d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ env_logger = "0.8.3" log = "0.4.14" itertools = "0.10.0" tokio = { version = "1", features = ["full"] } -tokio-util = {version="0.6.6", features=["compat"]} +tokio-util = {version="0.7.8", features=["compat"]} warc = {version="0.3.0", features=["with_serde"]} ut1_blocklist = "0.3.0" fasttext = "0.7.6"