Merge pull request #954 from lycheeverse/dependabot/cargo/tokio-stream-0.1.12

This commit is contained in:
dependabot[bot] 2023-02-20 12:31:36 +00:00 committed by GitHub
commit 08c4d65856
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

@ -3484,9 +3484,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
version = "0.1.11"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
dependencies = [
"futures-core",
"pin-project-lite",

View file

@ -9,6 +9,6 @@ path = "client_pool.rs"
[dependencies]
futures = "0.3.26"
tokio-stream = "0.1.11"
tokio-stream = "0.1.12"
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
tokio = { version = "1.25.0", features = ["full"] }

View file

@ -12,5 +12,5 @@ lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
tokio = { version = "1.25.0", features = ["full"] }
regex = "1.7.1"
http = "0.2.9"
tokio-stream = "0.1.11"
tokio-stream = "0.1.12"
reqwest = { version = "0.11.14", features = ["gzip"] }

View file

@ -39,7 +39,7 @@ tabled = "0.10.0"
toml = "0.7.2"
tokio = { version = "1.25.0", features = ["full"] }
futures = "0.3.26"
tokio-stream = "0.1.11"
tokio-stream = "0.1.12"
once_cell = "1.17.1"
dashmap = { version = "5.4.0", features = ["serde"] }
csv = "1.2.0"