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 with 29 updates #1388

Closed
wants to merge 1 commit into from
Closed
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
774 changes: 364 additions & 410 deletions Cargo.lock

Large diffs are not rendered by default.

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

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.35.1", features = ["full"] }
regex = "1.10.2"
tokio = { version = "1.36.0", features = ["full"] }
regex = "1.10.3"
http = "0.2.10"
reqwest = { version = "0.11.23", default-features = false, features = ["gzip"] }
reqwest = { version = "0.11.25", default-features = false, features = ["gzip"] }

[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.30"
tokio-stream = "0.1.14"
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }

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

[dependencies]
lychee-lib = { path = "../../lychee-lib", default-features = false }
tokio = { version = "1.35.1", features = ["full"] }
regex = "1.10.2"
tokio = { version = "1.36.0", features = ["full"] }
regex = "1.10.3"
http = "0.2.10"
tokio-stream = "0.1.14"
reqwest = { version = "0.11.23", default-features = false, features = ["gzip"] }
reqwest = { version = "0.11.25", default-features = false, features = ["gzip"] }

[features]
email-check = ["lychee-lib/email-check"]
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.35.1", features = ["full"] }
tokio = { version = "1.36.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.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }

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

anyhow = "1.0.78"
anyhow = "1.0.80"
assert-json-diff = "2.0.2"
clap = { version = "4.4.12", features = ["env", "derive"] }
console = "0.15.7"
clap = { version = "4.5.2", features = ["env", "derive"] }
console = "0.15.8"
const_format = "0.2.32"
csv = "1.3.0"
dashmap = { version = "5.5.3", features = ["serde"] }
env_logger = "0.10.1"
env_logger = "0.11.1"
futures = "0.3.30"
headers = "0.3.8"
headers = "0.4.0"
http = "0.2.10"
humantime = "2.1.0"
humantime-serde = "1.1.1"
indicatif = "0.17.7"
log = "0.4.20"
indicatif = "0.17.8"
log = "0.4.21"
once_cell = "1.19.0"
openssl-sys = { version = "0.9.98", optional = true }
openssl-sys = { version = "0.9.101", optional = true }
pad = "0.1.6"
regex = "1.10.2"
reqwest = { version = "0.11.23", default-features = false, features = [
regex = "1.10.3"
reqwest = { version = "0.11.25", default-features = false, features = [
"gzip",
"json",
] }
Expand All @@ -44,29 +44,29 @@ reqwest_cookie_store = "0.6.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.7"
ring = "0.17.8"
secrecy = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
strum = { version = "0.25.0", features = ["derive"] }
supports-color = "2.1.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
strum = { version = "0.26.2", features = ["derive"] }
supports-color = "3.0.0"
tabled = "0.15.0"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-stream = "0.1.14"
toml = "0.8.8"
toml = "0.8.10"

[dev-dependencies]
assert_cmd = "2.0.12"
predicates = "3.0.4"
assert_cmd = "2.0.14"
predicates = "3.1.0"
pretty_assertions = "1.4.0"
tempfile = "3.9.0"
tempfile = "3.10.1"
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
"fmt",
"registry",
"env-filter",
] }
uuid = { version = "1.6.1", features = ["v4"] }
wiremock = "0.5.22"
uuid = { version = "1.7.0", features = ["v4"] }
wiremock = "0.6.0"

# console-subscriber is not yet published to crates.io
# Users have to uncomment this section and the feature below and build lychee
Expand Down
40 changes: 20 additions & 20 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@ version.workspace = true

[dependencies]
async-stream = "0.3.5"
cached = "0.46.1"
cached = "0.49.2"
check-if-email-exists = { version = "0.9.1", optional = true }
email_address = "0.2.4"
futures = "0.3.30"
glob = "0.3.1"
headers = "0.3.8"
headers = "0.4.0"
html5ever = "0.26.0"
html5gum = "0.5.7"
http = "0.2.10"
hyper = "1.1.0"
hyper = "1.2.0"
ip_network = "0.4.1"
jwalk = "0.8.1"
linkify = "0.10.0"
log = "0.4.20"
octocrab = "0.32.0"
log = "0.4.21"
octocrab = "0.35.0"
once_cell = "1.19.0"
openssl-sys = { version = "0.9.98", optional = true }
openssl-sys = { version = "0.9.101", optional = true }
path-clean = "1.0.1"
percent-encoding = "2.3.1"
pulldown-cmark = "0.9.3"
regex = "1.10.2"
pulldown-cmark = "0.10.0"
regex = "1.10.3"
# Use trust-dns to avoid lookup failures on high concurrency
# https://github.com/seanmonstar/reqwest/issues/296
reqwest = { version = "0.11.23", default-features = false, features = [
reqwest = { version = "0.11.25", default-features = false, features = [
"gzip",
"trust-dns",
"cookies",
Expand All @@ -46,15 +46,15 @@ reqwest_cookie_store = "0.6.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.7"
ring = "0.17.8"
secrecy = "0.8.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_with = "3.4.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_with = "3.6.1"
shellexpand = "3.1.0"
thiserror = "1.0.53"
tokio = { version = "1.35.1", features = ["full"] }
toml = "0.8.8"
typed-builder = "0.18.0"
thiserror = "1.0.57"
tokio = { version = "1.36.0", features = ["full"] }
toml = "0.8.10"
typed-builder = "0.18.1"
url = { version = "2.5.0", features = ["serde"] }

[dependencies.par-stream]
Expand All @@ -63,11 +63,11 @@ features = ["runtime-tokio"]

[dev-dependencies]
doc-comment = "0.3.3"
tempfile = "3.9.0"
wiremock = "0.5.22"
serde_json = "1.0.109"
tempfile = "3.10.1"
wiremock = "0.6.0"
serde_json = "1.0.114"
rstest = "0.18.2"
toml = "0.8.8"
toml = "0.8.10"

[features]

Expand Down
Loading