lychee/examples/collect_links/Cargo.toml
dependabot[bot] 8f153b19a9
Bump tokio-stream from 0.1.10 to 0.1.11
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.10...tokio-stream-0.1.11)

---
updated-dependencies:
- dependency-name: tokio-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 12:11:09 +00:00

16 lines
371 B
TOML

[package]
name = "collect_links"
version = "0.1.0"
edition = "2021"
[[example]]
name = "collect_links"
path = "collect_links.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
tokio = { version = "1.21.2", features = ["full"] }
regex = "1.6.0"
http = "0.2.8"
tokio-stream = "0.1.11"
reqwest = { version = "0.11.12", features = ["gzip"] }