Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group across 1 directory with 12 updates #1544

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
302 changes: 67 additions & 235 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ path = "builder.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.40.0", features = ["full"] }
regex = "1.11.0"
tokio = { version = "1.41.0", features = ["full"] }
regex = "1.11.1"
http = "1.0.0"
reqwest = { version = "0.12.8", default-features = false, features = ["gzip"] }

Expand Down
2 changes: 1 addition & 1 deletion examples/chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "chain.rs"
async-trait = "0.1.83"
lychee-lib = { path = "../../lychee-lib", default-features = false }
reqwest = "0.12.8"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }

[features]
email-check = ["lychee-lib/email-check"]
Expand Down
2 changes: 1 addition & 1 deletion examples/client_pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "client_pool.rs"
futures = "0.3.31"
tokio-stream = "0.1.16"
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }

[features]
email-check = ["lychee-lib/email-check"]
Expand Down
4 changes: 2 additions & 2 deletions examples/collect_links/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ path = "collect_links.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.40.0", features = ["full"] }
regex = "1.11.0"
tokio = { version = "1.41.0", features = ["full"] }
regex = "1.11.1"
http = "1.0.0"
tokio-stream = "0.1.16"
reqwest = { version = "0.12.8", default-features = false, features = ["gzip"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/extract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "extract.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }

[features]
email-check = ["lychee-lib/email-check"]
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "simple.rs"

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }

[features]
email-check = ["lychee-lib/email-check"]
Expand Down
14 changes: 7 additions & 7 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version.workspace = true
# requires all dependencies to have a version number.
lychee-lib = { path = "../lychee-lib", version = "0.16.1", default-features = false }

anyhow = "1.0.89"
anyhow = "1.0.91"
assert-json-diff = "2.0.2"
clap = { version = "4.5.20", features = ["env", "derive"] }
console = "0.15.8"
Expand All @@ -32,9 +32,9 @@ humantime-serde = "1.1.1"
indicatif = "0.17.8"
log = "0.4.22"
once_cell = "1.20.2"
openssl-sys = { version = "0.9.103", optional = true }
openssl-sys = { version = "0.9.104", optional = true }
pad = "0.1.6"
regex = "1.11.0"
regex = "1.11.1"
reqwest = { version = "0.12.8", default-features = false, features = [
"gzip",
"json",
Expand All @@ -46,12 +46,12 @@ reqwest_cookie_store = "0.8.0"
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.17.8"
secrecy = { version = "0.10.3", features = ["serde"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
strum = { version = "0.26.3", features = ["derive"] }
supports-color = "3.0.1"
tabled = "0.16.0"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
tokio-stream = "0.1.16"
toml = "0.8.19"

Expand All @@ -65,7 +65,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
"registry",
"env-filter",
] }
uuid = { version = "1.10.0", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }
wiremock = "0.6.2"

[features]
Expand Down
20 changes: 10 additions & 10 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ futures = "0.3.31"
glob = "0.3.1"
headers = "0.4.0"
html5ever = "0.29.0"
html5gum = "0.5.7"
html5gum = "0.6.0"
http = "1.0.0"
hyper = "1.3.1"
hyper = "1.5.0"
ignore = "0.4.23"
ip_network = "0.4.1"
linkify = "0.10.0"
log = "0.4.22"
octocrab = "0.41.1"
octocrab = "0.41.2"
once_cell = "1.20.2"
openssl-sys = { version = "0.9.103", optional = true }
openssl-sys = { version = "0.9.104", optional = true }
path-clean = "1.0.1"
percent-encoding = "2.3.1"
pulldown-cmark = "0.12.1"
regex = "1.11.0"
pulldown-cmark = "0.12.2"
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.8", default-features = false, features = [
Expand All @@ -49,11 +49,11 @@ reqwest_cookie_store = "0.8.0"
# https://github.com/Homebrew/homebrew-core/pull/70216
ring = "0.17.8"
secrecy = "0.10.3"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_with = "3.8.1"
shellexpand = "3.1.0"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["full"] }
thiserror = "1.0.65"
tokio = { version = "1.41.0", features = ["full"] }
toml = "0.8.19"
typed-builder = "0.20.0"
url = { version = "2.5.2", features = ["serde"] }
Expand All @@ -66,7 +66,7 @@ features = ["runtime-tokio"]
doc-comment = "0.3.3"
tempfile = "3.13.0"
wiremock = "0.6.2"
serde_json = "1.0.128"
serde_json = "1.0.132"
rstest = "0.23.0"
toml = "0.8.19"
pretty_assertions = "1.4.0"
Expand Down
Loading