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

cargo: bump the patch group with 4 updates (#1810)

Bumps the patch group with 4 updates:
[mdbook](https://github.com/rust-lang/mdBook),
[thiserror](https://github.com/dtolnay/thiserror),
[cxx](https://github.com/dtolnay/cxx) and
[cxx-build](https://github.com/dtolnay/cxx).

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-02-12 10:40:19 +00:00
committed by GitHub
parent 4f719ddc72
commit 76362763c3
4 changed files with 55 additions and 36 deletions

View File

@ -15,7 +15,7 @@ path = "concurrency/link-checker.rs"
[dependencies]
reqwest = { version = "0.11.24", features = ["blocking"] }
scraper = "0.18.0"
thiserror = "1.0.56"
thiserror = "1.0.57"
[dev-dependencies]
tempfile = "3.10.0"