mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
Bump tokio-stream from 0.1.9 to 0.1.10
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.9...tokio-stream-0.1.10) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8c91dae786
commit
f448fa64bb
4 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue