Skip to content

Commit 4e744a8

Browse files
Bump the dependencies group with 6 updates (#1597)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1501b37 commit 4e744a8

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lychee-bin/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ version.workspace = true
1616
# requires all dependencies to have a version number.
1717
lychee-lib = { path = "../lychee-lib", version = "0.18.0", default-features = false }
1818

19-
anyhow = "1.0.94"
19+
anyhow = "1.0.95"
2020
assert-json-diff = "2.0.2"
2121
clap = { version = "4.5.23", features = ["env", "derive"] }
2222
console = "0.15.10"
2323
const_format = "0.2.34"
2424
csv = "1.3.1"
2525
dashmap = { version = "6.1.0", features = ["serde"] }
26-
env_logger = "0.11.5"
26+
env_logger = "0.11.6"
2727
futures = "0.3.31"
2828
headers = "0.4.0"
2929
http = "1.2.0"
@@ -47,7 +47,7 @@ reqwest_cookie_store = "0.8.0"
4747
ring = "0.17.8"
4848
secrecy = { version = "0.10.3", features = ["serde"] }
4949
serde = { version = "1.0.216", features = ["derive"] }
50-
serde_json = "1.0.133"
50+
serde_json = "1.0.134"
5151
strum = { version = "0.26.3", features = ["derive"] }
5252
supports-color = "3.0.2"
5353
tabled = "0.17.0"
@@ -59,7 +59,7 @@ url = "2.5.4"
5959
[dev-dependencies]
6060
assert_cmd = "2.0.16"
6161
cookie_store = "0.21.1"
62-
predicates = "3.1.2"
62+
predicates = "3.1.3"
6363
pretty_assertions = "1.4.1"
6464
tempfile = "3.14.0"
6565
tracing-subscriber = { version = "0.3.19", default-features = false, features = [

lychee-lib/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ headers = "0.4.0"
2424
html5ever = "0.29.0"
2525
html5gum = "0.7.0"
2626
http = "1.2.0"
27-
hyper = "1.5.1"
27+
hyper = "1.5.2"
2828
ignore = "0.4.23"
2929
ip_network = "0.4.1"
3030
linkify = "0.10.0"
@@ -53,7 +53,7 @@ secrecy = "0.10.3"
5353
serde = { version = "1.0.216", features = ["derive"] }
5454
serde_with = "3.8.1"
5555
shellexpand = "3.1.0"
56-
thiserror = "2.0.7"
56+
thiserror = "2.0.9"
5757
tokio = { version = "1.42.0", features = ["full"] }
5858
toml = "0.8.19"
5959
typed-builder = "0.20.0"
@@ -67,7 +67,7 @@ features = ["runtime-tokio"]
6767
doc-comment = "0.3.3"
6868
tempfile = "3.14.0"
6969
wiremock = "0.6.2"
70-
serde_json = "1.0.133"
70+
serde_json = "1.0.134"
7171
rstest = "0.23.0"
7272
toml = "0.8.19"
7373
pretty_assertions = "1.4.0"

0 commit comments

Comments
 (0)