Merge pull request #769 from lycheeverse/dependabot/cargo/tokio-stream-0.1.10

This commit is contained in:
dependabot[bot] 2022-09-19 12:21:50 +00:00 committed by GitHub
commit c48261fc1b
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

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

View file

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

View file

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

View file

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