mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-29 01:14:45 +00:00
Bumps the dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` | | [clap](https://github.com/clap-rs/clap) | `4.5.34` | `4.5.37` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.7` | `0.11.8` | | [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.106` | `0.9.108` | | [tabled](https://github.com/zhiburt/tabled) | `0.18.0` | `0.19.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.1` | `1.45.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.8.22` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.16` | `2.0.17` | | [html5ever](https://github.com/servo/html5ever) | `0.30.0` | `0.31.0` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.44.0` | `0.44.1` | | [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) | `3.1.0` | `3.1.1` | Updates `anyhow` from 1.0.97 to 1.0.98 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.97...1.0.98) Updates `clap` from 4.5.34 to 4.5.37 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.34...clap_complete-v4.5.37) Updates `env_logger` from 0.11.7 to 0.11.8 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.7...v0.11.8) Updates `openssl-sys` from 0.9.106 to 0.9.108 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.106...openssl-sys-v0.9.108) Updates `tabled` from 0.18.0 to 0.19.0 - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) Updates `tokio` from 1.44.1 to 1.45.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.45.0) Updates `toml` from 0.8.20 to 0.8.22 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.20...toml-v0.8.22) Updates `assert_cmd` from 2.0.16 to 2.0.17 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.16...v2.0.17) Updates `html5ever` from 0.30.0 to 0.31.0 - [Commits](https://github.com/servo/html5ever/commits) Updates `octocrab` from 0.44.0 to 0.44.1 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.44.0...v0.44.1) Updates `shellexpand` from 3.1.0 to 3.1.1 - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand-3.1.0...shellexpand-3.1.1) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: openssl-sys dependency-version: 0.9.108 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tabled dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: toml dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: assert_cmd dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: html5ever dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: octocrab dependency-version: 0.44.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: shellexpand dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
105 lines
3.2 KiB
TOML
105 lines
3.2 KiB
TOML
[package]
|
|
name = "lychee"
|
|
authors = ["Matthias Endler <matthias@endler.dev>"]
|
|
description = "A fast, async link checker"
|
|
documentation = "https://docs.rs/lychee"
|
|
homepage = "https://github.com/lycheeverse/lychee"
|
|
edition = "2021"
|
|
keywords = ["link", "checker", "cli", "link-checker", "validator"]
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/lycheeverse/lychee"
|
|
readme = "../README.md"
|
|
version.workspace = true
|
|
rust-version = "1.83.0"
|
|
|
|
[dependencies]
|
|
# NOTE: We need to specify the version of lychee-lib here because crates.io
|
|
# requires all dependencies to have a version number.
|
|
lychee-lib = { path = "../lychee-lib", version = "0.18.1", default-features = false }
|
|
|
|
anyhow = "1.0.98"
|
|
assert-json-diff = "2.0.2"
|
|
clap = { version = "4.5.37", features = ["env", "derive"] }
|
|
console = "0.15.11"
|
|
const_format = "0.2.34"
|
|
csv = "1.3.1"
|
|
dashmap = { version = "6.1.0", features = ["serde"] }
|
|
env_logger = "0.11.8"
|
|
futures = "0.3.31"
|
|
headers = "0.4.0"
|
|
http = "1.3.1"
|
|
humantime = "2.2.0"
|
|
humantime-serde = "1.1.1"
|
|
indicatif = "0.17.11"
|
|
log = "0.4.27"
|
|
openssl-sys = { version = "0.9.108", optional = true }
|
|
pad = "0.1.6"
|
|
regex = "1.11.1"
|
|
reqwest = { version = "0.12.15", default-features = false, features = [
|
|
"gzip",
|
|
"json",
|
|
] }
|
|
reqwest_cookie_store = "0.8.0"
|
|
# Make build work on Apple Silicon.
|
|
# See https://github.com/briansmith/ring/issues/1163
|
|
# This is necessary for the homebrew build
|
|
# https://github.com/Homebrew/homebrew-core/pull/70216
|
|
ring = "0.17.14"
|
|
secrecy = { version = "0.10.3", features = ["serde"] }
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
serde_json = "1.0.140"
|
|
strum = { version = "0.27.1", features = ["derive"] }
|
|
supports-color = "3.0.2"
|
|
tabled = "0.19.0"
|
|
tokio = { version = "1.45.0", features = ["full"] }
|
|
tokio-stream = "0.1.17"
|
|
toml = "0.8.22"
|
|
url = "2.5.4"
|
|
human-sort = "0.2.2"
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "2.0.17"
|
|
cookie_store = "0.21.1"
|
|
predicates = "3.1.3"
|
|
pretty_assertions = "1.4.1"
|
|
tempfile = "3.19.1"
|
|
tracing-subscriber = { version = "0.3.19", default-features = false, features = [
|
|
"fmt",
|
|
"registry",
|
|
"env-filter",
|
|
] }
|
|
uuid = { version = "1.16.0", features = ["v4"] }
|
|
wiremock = "0.6.3"
|
|
|
|
[features]
|
|
|
|
# Compile and statically link a copy of OpenSSL.
|
|
vendored-openssl = ["openssl-sys/vendored"]
|
|
|
|
# Allow checking example domains such as example.com.
|
|
check_example_domains = ["lychee-lib/check_example_domains"]
|
|
|
|
# Enable checking email addresses. Requires the native-tls feature.
|
|
email-check = ["lychee-lib/email-check"]
|
|
|
|
# Use platform-native TLS.
|
|
native-tls = ["lychee-lib/native-tls", "openssl-sys", "reqwest/native-tls"]
|
|
|
|
# Use Rustls TLS.
|
|
rustls-tls = ["lychee-lib/rustls-tls", "reqwest/rustls-tls-native-roots"]
|
|
|
|
default = ["native-tls", "email-check"]
|
|
|
|
# Unfortunately, it's not possible to automatically enable features for cargo
|
|
# test. See rust-lang/cargo#2911. As a workaround we introduce a new feature to
|
|
# allow example domains in integration tests.
|
|
[[test]]
|
|
name = "cli"
|
|
path = "tests/cli.rs"
|
|
required-features = ["check_example_domains"]
|
|
|
|
# Metadata for cargo-binstall to get the right artifacts
|
|
[package.metadata.binstall]
|
|
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"
|
|
bin-dir = "{ bin }{ binary-ext }"
|
|
pkg-fmt = "tgz"
|