mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-24 21:33:43 +00:00
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.7.1...1.7.2) --- updated-dependencies: - dependency-name: regex 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.11.1" }
|
|
tokio = { version = "1.26.0", features = ["full"] }
|
|
regex = "1.7.2"
|
|
http = "0.2.9"
|
|
tokio-stream = "0.1.12"
|
|
reqwest = { version = "0.11.15", features = ["gzip"] }
|