mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 12:20:22 +00:00
Bumps [http](https://github.com/hyperium/http) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
No EOL
326 B
TOML
15 lines
No EOL
326 B
TOML
[package]
|
|
name = "builder"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[example]]
|
|
name = "builder"
|
|
path = "builder.rs"
|
|
|
|
[dependencies]
|
|
lychee-lib = { path = "../../lychee-lib", version = "0.8.1" }
|
|
tokio = { version = "1.15.0", features = ["full"] }
|
|
regex = "1.4.6"
|
|
http = "0.2.6"
|
|
reqwest = { version = "0.11.8", features = ["gzip"] } |