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

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

Bumps the patch group with 4 updates:
[clap](https://github.com/clap-rs/clap),
[reqwest](https://github.com/seanmonstar/reqwest),
[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-03-11 10:28:24 +00:00
committed by GitHub
parent dc597531fd
commit a265ca3222
3 changed files with 21 additions and 21 deletions

View File

@ -13,7 +13,7 @@ name = "link-checker"
path = "concurrency/link-checker.rs"
[dependencies]
reqwest = { version = "0.11.24", features = ["blocking"] }
reqwest = { version = "0.11.25", features = ["blocking"] }
scraper = "0.19.0"
thiserror = "1.0.57"