mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
Bump the dependencies group with 11 updates (#1656)
* Bump the dependencies group with 11 updates Bumps the dependencies group with 11 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.31` | `4.5.32` | | [http](https://github.com/hyperium/http) | `1.2.0` | `1.3.1` | | [humantime](https://github.com/chronotope/humantime) | `2.1.0` | `2.2.0` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.3` | `1.21.1` | | [ring](https://github.com/briansmith/ring) | `0.17.13` | `0.17.14` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.0` | `1.44.1` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.18.0` | `3.19.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.15.1` | `1.16.0` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.87` | `0.1.88` | | [html5ever](https://github.com/servo/html5ever) | `0.29.1` | `0.30.0` | | [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.20.0` | `0.20.1` | Updates `clap` from 4.5.31 to 4.5.32 - [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/v4.5.31...clap_complete-v4.5.32) Updates `http` from 1.2.0 to 1.3.1 - [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/v1.2.0...v1.3.1) Updates `humantime` from 2.1.0 to 2.2.0 - [Commits](https://github.com/chronotope/humantime/commits) Updates `once_cell` from 1.20.3 to 1.21.1 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.3...v1.21.1) Updates `ring` from 0.17.13 to 0.17.14 - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) Updates `tokio` from 1.44.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.0...tokio-1.44.1) Updates `tempfile` from 3.18.0 to 3.19.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.18.0...v3.19.0) Updates `uuid` from 1.15.1 to 1.16.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0) Updates `async-trait` from 0.1.87 to 0.1.88 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.87...0.1.88) Updates `html5ever` from 0.29.1 to 0.30.0 - [Commits](https://github.com/servo/html5ever/commits) Updates `typed-builder` from 0.20.0 to 0.20.1 - [Release notes](https://github.com/idanarye/rust-typed-builder/releases) - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/idanarye/rust-typed-builder/compare/v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: humantime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: html5ever dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typed-builder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias <matthias@endler.dev>
This commit is contained in:
parent
a071bb4e28
commit
9486a0697f
9 changed files with 636 additions and 499 deletions
1071
Cargo.lock
generated
1071
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -9,10 +9,10 @@ path = "builder.rs"
|
|||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", default-features = false }
|
||||
tokio = { version = "1.44.0", features = ["full"] }
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
regex = "1.11.1"
|
||||
http = "1.2.0"
|
||||
reqwest = { version = "0.12.9", default-features = false, features = ["gzip"] }
|
||||
http = "1.3.1"
|
||||
reqwest = { version = "0.12.14", default-features = false, features = ["gzip"] }
|
||||
|
||||
[features]
|
||||
email-check = ["lychee-lib/email-check"]
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ name = "chain"
|
|||
path = "chain.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.87"
|
||||
async-trait = "0.1.88"
|
||||
lychee-lib = { path = "../../lychee-lib", default-features = false }
|
||||
reqwest = "0.12.9"
|
||||
tokio = { version = "1.44.0", features = ["full"] }
|
||||
reqwest = "0.12.14"
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
|
||||
[features]
|
||||
email-check = ["lychee-lib/email-check"]
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ path = "client_pool.rs"
|
|||
futures = "0.3.31"
|
||||
tokio-stream = "0.1.17"
|
||||
lychee-lib = { path = "../../lychee-lib", default-features = false }
|
||||
tokio = { version = "1.44.0", features = ["full"] }
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
|
||||
[features]
|
||||
email-check = ["lychee-lib/email-check"]
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@ path = "collect_links.rs"
|
|||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", default-features = false }
|
||||
tokio = { version = "1.44.0", features = ["full"] }
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
regex = "1.11.1"
|
||||
http = "1.2.0"
|
||||
http = "1.3.1"
|
||||
tokio-stream = "0.1.17"
|
||||
reqwest = { version = "0.12.9", default-features = false, features = ["gzip"] }
|
||||
reqwest = { version = "0.12.14", default-features = false, features = ["gzip"] }
|
||||
|
||||
[features]
|
||||
email-check = ["lychee-lib/email-check"]
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ path = "extract.rs"
|
|||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", default-features = false }
|
||||
tokio = { version = "1.44.0", features = ["full"] }
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
|
||||
[features]
|
||||
email-check = ["lychee-lib/email-check"]
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ path = "simple.rs"
|
|||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", default-features = false }
|
||||
tokio = { version = "1.44.0", features = ["full"] }
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
|
||||
[features]
|
||||
email-check = ["lychee-lib/email-check"]
|
||||
|
|
|
|||
|
|
@ -18,24 +18,24 @@ lychee-lib = { path = "../lychee-lib", version = "0.18.1", default-features = fa
|
|||
|
||||
anyhow = "1.0.97"
|
||||
assert-json-diff = "2.0.2"
|
||||
clap = { version = "4.5.31", features = ["env", "derive"] }
|
||||
clap = { version = "4.5.32", 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.6"
|
||||
env_logger = "0.11.7"
|
||||
futures = "0.3.31"
|
||||
headers = "0.4.0"
|
||||
http = "1.2.0"
|
||||
humantime = "2.1.0"
|
||||
http = "1.3.1"
|
||||
humantime = "2.2.0"
|
||||
humantime-serde = "1.1.1"
|
||||
indicatif = "0.17.11"
|
||||
log = "0.4.26"
|
||||
once_cell = "1.20.3"
|
||||
once_cell = "1.21.1"
|
||||
openssl-sys = { version = "0.9.106", optional = true }
|
||||
pad = "0.1.6"
|
||||
regex = "1.11.1"
|
||||
reqwest = { version = "0.12.9", default-features = false, features = [
|
||||
reqwest = { version = "0.12.14", default-features = false, features = [
|
||||
"gzip",
|
||||
"json",
|
||||
] }
|
||||
|
|
@ -44,14 +44,14 @@ reqwest_cookie_store = "0.8.0"
|
|||
# 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.13"
|
||||
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.18.0"
|
||||
tokio = { version = "1.44.0", features = ["full"] }
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
tokio-stream = "0.1.17"
|
||||
toml = "0.8.20"
|
||||
url = "2.5.4"
|
||||
|
|
@ -62,13 +62,13 @@ assert_cmd = "2.0.16"
|
|||
cookie_store = "0.21.1"
|
||||
predicates = "3.1.3"
|
||||
pretty_assertions = "1.4.1"
|
||||
tempfile = "3.18.0"
|
||||
tempfile = "3.19.0"
|
||||
tracing-subscriber = { version = "0.3.19", default-features = false, features = [
|
||||
"fmt",
|
||||
"registry",
|
||||
"env-filter",
|
||||
] }
|
||||
uuid = { version = "1.15.1", features = ["v4"] }
|
||||
uuid = { version = "1.16.0", features = ["v4"] }
|
||||
wiremock = "0.6.3"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ version.workspace = true
|
|||
|
||||
[dependencies]
|
||||
async-stream = "0.3.6"
|
||||
async-trait = "0.1.87"
|
||||
async-trait = "0.1.88"
|
||||
cached = "0.55.1"
|
||||
check-if-email-exists = { version = "0.9.1", optional = true }
|
||||
cookie_store = "0.21.1"
|
||||
|
|
@ -21,16 +21,16 @@ email_address = "0.2.9"
|
|||
futures = "0.3.31"
|
||||
glob = "0.3.2"
|
||||
headers = "0.4.0"
|
||||
html5ever = "0.29.1"
|
||||
html5ever = "0.30.0"
|
||||
html5gum = "0.7.0"
|
||||
http = "1.2.0"
|
||||
http = "1.3.1"
|
||||
hyper = "1.6.0"
|
||||
ignore = "0.4.23"
|
||||
ip_network = "0.4.1"
|
||||
linkify = "0.10.0"
|
||||
log = "0.4.26"
|
||||
octocrab = "0.43.0"
|
||||
once_cell = "1.20.3"
|
||||
once_cell = "1.21.1"
|
||||
openssl-sys = { version = "0.9.106", optional = true }
|
||||
path-clean = "1.0.1"
|
||||
percent-encoding = "2.3.1"
|
||||
|
|
@ -38,7 +38,7 @@ pulldown-cmark = "0.13.0"
|
|||
regex = "1.11.1"
|
||||
# Use trust-dns to avoid lookup failures on high concurrency
|
||||
# https://github.com/seanmonstar/reqwest/issues/296
|
||||
reqwest = { version = "0.12.9", default-features = false, features = [
|
||||
reqwest = { version = "0.12.14", default-features = false, features = [
|
||||
"gzip",
|
||||
"trust-dns",
|
||||
"cookies",
|
||||
|
|
@ -48,15 +48,15 @@ reqwest_cookie_store = { version = "0.8.0", features = ["serde"] }
|
|||
# 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.13"
|
||||
ring = "0.17.14"
|
||||
secrecy = "0.10.3"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_with = "3.12.0"
|
||||
shellexpand = "3.1.0"
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.44.0", features = ["full"] }
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
toml = "0.8.20"
|
||||
typed-builder = "0.20.0"
|
||||
typed-builder = "0.20.1"
|
||||
url = { version = "2.5.4", features = ["serde"] }
|
||||
|
||||
[dependencies.par-stream]
|
||||
|
|
@ -65,12 +65,12 @@ features = ["runtime-tokio"]
|
|||
|
||||
[dev-dependencies]
|
||||
doc-comment = "0.3.3"
|
||||
tempfile = "3.18.0"
|
||||
tempfile = "3.19.0"
|
||||
wiremock = "0.6.3"
|
||||
serde_json = "1.0.140"
|
||||
rstest = "0.25.0"
|
||||
toml = "0.8.20"
|
||||
pretty_assertions = "1.4.0"
|
||||
pretty_assertions = "1.4.1"
|
||||
|
||||
[features]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue