Merge pull request #791 from lycheeverse/dependabot/cargo/tokio-stream-0.1.11

This commit is contained in:
dependabot[bot] 2022-10-12 12:17:46 +00:00 committed by GitHub
commit 733e5856aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"] }

View file

@ -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"] }

View file

@ -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"