Merge pull request #1057 from lycheeverse/dependabot/cargo/tokio-stream-0.1.14

This commit is contained in:
dependabot[bot] 2023-04-26 13:04:20 +00:00 committed by GitHub
commit bb4e8c0dfa
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

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

View file

@ -9,6 +9,6 @@ path = "client_pool.rs"
[dependencies]
futures = "0.3.27"
tokio-stream = "0.1.12"
tokio-stream = "0.1.14"
lychee-lib = { path = "../../lychee-lib", version = "0.12.0" }
tokio = { version = "1.27.0", features = ["full"] }

View file

@ -12,5 +12,5 @@ lychee-lib = { path = "../../lychee-lib", version = "0.12.0" }
tokio = { version = "1.27.0", features = ["full"] }
regex = "1.8.1"
http = "0.2.9"
tokio-stream = "0.1.12"
tokio-stream = "0.1.14"
reqwest = { version = "0.11.16", features = ["gzip"] }

View file

@ -39,7 +39,7 @@ tabled = "0.11.1"
toml = "0.7.3"
tokio = { version = "1.27.0", features = ["full"] }
futures = "0.3.27"
tokio-stream = "0.1.12"
tokio-stream = "0.1.14"
once_cell = "1.17.1"
dashmap = { version = "5.4.0", features = ["serde"] }
csv = "1.2.1"