Skip to content

Commit a11d515

Browse files
Bump the dependencies group with 3 updates (#1604)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a94a712 commit a11d515

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

Cargo.lock

+10-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/chain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "chain"
88
path = "chain.rs"
99

1010
[dependencies]
11-
async-trait = "0.1.83"
11+
async-trait = "0.1.84"
1212
lychee-lib = { path = "../../lychee-lib", default-features = false }
1313
reqwest = "0.12.9"
1414
tokio = { version = "1.42.0", features = ["full"] }

lychee-bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ assert_cmd = "2.0.16"
6161
cookie_store = "0.21.1"
6262
predicates = "3.1.3"
6363
pretty_assertions = "1.4.1"
64-
tempfile = "3.14.0"
64+
tempfile = "3.15.0"
6565
tracing-subscriber = { version = "0.3.19", default-features = false, features = [
6666
"fmt",
6767
"registry",

lychee-lib/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version.workspace = true
1313

1414
[dependencies]
1515
async-stream = "0.3.6"
16-
async-trait = "0.1.83"
16+
async-trait = "0.1.84"
1717
cached = "0.54.0"
1818
check-if-email-exists = { version = "0.9.1", optional = true }
1919
cookie_store = "0.21.1"
@@ -65,10 +65,10 @@ features = ["runtime-tokio"]
6565

6666
[dev-dependencies]
6767
doc-comment = "0.3.3"
68-
tempfile = "3.14.0"
68+
tempfile = "3.15.0"
6969
wiremock = "0.6.2"
7070
serde_json = "1.0.134"
71-
rstest = "0.23.0"
71+
rstest = "0.24.0"
7272
toml = "0.8.19"
7373
pretty_assertions = "1.4.0"
7474

0 commit comments

Comments
 (0)