From 87566e7f16685f3df685dca71e0f56c839675cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 00:32:52 +0200 Subject: [PATCH] Bump tokio-stream from 0.1.8 to 0.1.9 (#641) Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.8...tokio-stream-0.1.9) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias --- 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 94a45af..f70dbf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3281,9 +3281,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" +checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" dependencies = [ "futures-core", "pin-project-lite", diff --git a/examples/client_pool/Cargo.toml b/examples/client_pool/Cargo.toml index 443dc94..248b867 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.21" -tokio-stream = "0.1.8" +tokio-stream = "0.1.9" lychee-lib = { path = "../../lychee-lib", version = "0.10.0" } tokio = { version = "1.19.2", features = ["full"] } diff --git a/examples/collect_links/Cargo.toml b/examples/collect_links/Cargo.toml index a503737..27c8b45 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.0" } tokio = { version = "1.19.2", features = ["full"] } regex = "1.5.6" http = "0.2.8" -tokio-stream = "0.1.8" +tokio-stream = "0.1.9" reqwest = { version = "0.11.10", features = ["gzip"] } diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 34f3d92..299abf4 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -40,7 +40,7 @@ tabled = "0.7.0" tokio = { version = "1.19.2", features = ["full"] } toml = "0.5.9" futures = "0.3.21" -tokio-stream = "0.1.8" +tokio-stream = "0.1.9" once_cell = "1.12.0" dashmap = { version = "5.3.4", features = ["serde"] } csv = "1.1.6"