mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-19 19:11:52 +00:00
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.12 to 0.1.14. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.14/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.12...tokio-0.1.14) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
371 B
TOML
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.12.0" }
|
|
tokio = { version = "1.27.0", features = ["full"] }
|
|
regex = "1.8.1"
|
|
http = "0.2.9"
|
|
tokio-stream = "0.1.14"
|
|
reqwest = { version = "0.11.16", features = ["gzip"] }
|