Skip to content

Commit

Permalink
Bump the dependencies group with 6 updates (#1597)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 1501b37 commit 4e744a8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

anyhow = "1.0.94"
anyhow = "1.0.95"
assert-json-diff = "2.0.2"
clap = { version = "4.5.23", features = ["env", "derive"] }
console = "0.15.10"
const_format = "0.2.34"
csv = "1.3.1"
dashmap = { version = "6.1.0", features = ["serde"] }
env_logger = "0.11.5"
env_logger = "0.11.6"
futures = "0.3.31"
headers = "0.4.0"
http = "1.2.0"
Expand All @@ -47,7 +47,7 @@ reqwest_cookie_store = "0.8.0"
ring = "0.17.8"
secrecy = { version = "0.10.3", features = ["serde"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
strum = { version = "0.26.3", features = ["derive"] }
supports-color = "3.0.2"
tabled = "0.17.0"
Expand All @@ -59,7 +59,7 @@ url = "2.5.4"
[dev-dependencies]
assert_cmd = "2.0.16"
cookie_store = "0.21.1"
predicates = "3.1.2"
predicates = "3.1.3"
pretty_assertions = "1.4.1"
tempfile = "3.14.0"
tracing-subscriber = { version = "0.3.19", default-features = false, features = [
Expand Down
6 changes: 3 additions & 3 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ headers = "0.4.0"
html5ever = "0.29.0"
html5gum = "0.7.0"
http = "1.2.0"
hyper = "1.5.1"
hyper = "1.5.2"
ignore = "0.4.23"
ip_network = "0.4.1"
linkify = "0.10.0"
Expand Down Expand Up @@ -53,7 +53,7 @@ secrecy = "0.10.3"
serde = { version = "1.0.216", features = ["derive"] }
serde_with = "3.8.1"
shellexpand = "3.1.0"
thiserror = "2.0.7"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"
typed-builder = "0.20.0"
Expand All @@ -67,7 +67,7 @@ features = ["runtime-tokio"]
doc-comment = "0.3.3"
tempfile = "3.14.0"
wiremock = "0.6.2"
serde_json = "1.0.133"
serde_json = "1.0.134"
rstest = "0.23.0"
toml = "0.8.19"
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 4e744a8

Please sign in to comment.