Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates (#1604)
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 Jan 6, 2025
1 parent a94a712 commit a11d515
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
19 changes: 10 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "chain"
path = "chain.rs"

[dependencies]
async-trait = "0.1.83"
async-trait = "0.1.84"
lychee-lib = { path = "../../lychee-lib", default-features = false }
reqwest = "0.12.9"
tokio = { version = "1.42.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ assert_cmd = "2.0.16"
cookie_store = "0.21.1"
predicates = "3.1.3"
pretty_assertions = "1.4.1"
tempfile = "3.14.0"
tempfile = "3.15.0"
tracing-subscriber = { version = "0.3.19", default-features = false, features = [
"fmt",
"registry",
Expand Down
6 changes: 3 additions & 3 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version.workspace = true

[dependencies]
async-stream = "0.3.6"
async-trait = "0.1.83"
async-trait = "0.1.84"
cached = "0.54.0"
check-if-email-exists = { version = "0.9.1", optional = true }
cookie_store = "0.21.1"
Expand Down Expand Up @@ -65,10 +65,10 @@ features = ["runtime-tokio"]

[dev-dependencies]
doc-comment = "0.3.3"
tempfile = "3.14.0"
tempfile = "3.15.0"
wiremock = "0.6.2"
serde_json = "1.0.134"
rstest = "0.23.0"
rstest = "0.24.0"
toml = "0.8.19"
pretty_assertions = "1.4.0"

Expand Down

0 comments on commit a11d515

Please sign in to comment.