mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 20:20:32 +00:00
Merge pull request #1057 from lycheeverse/dependabot/cargo/tokio-stream-0.1.14
This commit is contained in:
commit
bb4e8c0dfa
4 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue