diff --git a/Cargo.lock b/Cargo.lock index 2209215..9d1d6a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3233,9 +3233,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" +checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af" dependencies = [ "futures-core", "pin-project-lite", diff --git a/examples/client_pool/Cargo.toml b/examples/client_pool/Cargo.toml index 4707d0e..925da13 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.9" +tokio-stream = "0.1.10" lychee-lib = { path = "../../lychee-lib", version = "0.10.1" } tokio = { version = "1.21.1", features = ["full"] } diff --git a/examples/collect_links/Cargo.toml b/examples/collect_links/Cargo.toml index 6fb2997..cba3ee5 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.1", features = ["full"] } regex = "1.6.0" http = "0.2.8" -tokio-stream = "0.1.9" +tokio-stream = "0.1.10" reqwest = { version = "0.11.11", features = ["gzip"] } diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 0b584de..4d73c91 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -39,7 +39,7 @@ tabled = "0.8.0" tokio = { version = "1.21.1", features = ["full"] } toml = "0.5.9" futures = "0.3.24" -tokio-stream = "0.1.9" +tokio-stream = "0.1.10" once_cell = "1.14.0" dashmap = { version = "5.4.0", features = ["serde"] } csv = "1.1.6"