1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-26 02:31:00 +02:00

cargo: bump the patch group with 2 updates (#2229)

Bumps the patch group with 2 updates:
[clap](https://github.com/clap-rs/clap) and
[thiserror](https://github.com/dtolnay/thiserror).

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-07-15 10:32:46 +01:00
committed by GitHub
parent 6561739fd0
commit 80791ba59d
3 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@ path = "link-checker.rs"
[dependencies]
reqwest = { version = "0.12.5", features = ["blocking"] }
scraper = "0.19.0"
thiserror = "1.0.61"
thiserror = "1.0.62"
[dev-dependencies]
tempfile = "3.10.1"