From 8f153b19a971de99c28b614902a25a620e0e40de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 12:11:09 +0000 Subject: [PATCH] Bump tokio-stream from 0.1.10 to 0.1.11 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.10...tokio-stream-0.1.11) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- examples/client_pool/Cargo.toml | 2 +- examples/collect_links/Cargo.toml | 2 +- lychee-bin/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b3a069..14d85e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3232,9 +3232,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af" +checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce" dependencies = [ "futures-core", "pin-project-lite", diff --git a/examples/client_pool/Cargo.toml b/examples/client_pool/Cargo.toml index e3b0c99..2f39ca3 100644 --- a/examples/client_pool/Cargo.toml +++ b/examples/client_pool/Cargo.toml @@ -9,6 +9,6 @@ path = "client_pool.rs" [dependencies] futures = "0.3.24" -tokio-stream = "0.1.10" +tokio-stream = "0.1.11" lychee-lib = { path = "../../lychee-lib", version = "0.10.1" } tokio = { version = "1.21.2", features = ["full"] } diff --git a/examples/collect_links/Cargo.toml b/examples/collect_links/Cargo.toml index 584ccfc..2fec50b 100644 --- a/examples/collect_links/Cargo.toml +++ b/examples/collect_links/Cargo.toml @@ -12,5 +12,5 @@ lychee-lib = { path = "../../lychee-lib", version = "0.10.1" } tokio = { version = "1.21.2", features = ["full"] } regex = "1.6.0" http = "0.2.8" -tokio-stream = "0.1.10" +tokio-stream = "0.1.11" reqwest = { version = "0.11.12", features = ["gzip"] } diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index d70315f..186254c 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -39,7 +39,7 @@ tabled = "0.8.0" tokio = { version = "1.21.2", features = ["full"] } toml = "0.5.9" futures = "0.3.24" -tokio-stream = "0.1.10" +tokio-stream = "0.1.11" once_cell = "1.15.0" dashmap = { version = "5.4.0", features = ["serde"] } csv = "1.1.6"