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

cargo: bump the patch group with 3 updates (#1956)

Bumps the patch group with 3 updates:
[clap](https://github.com/clap-rs/clap),
[serde_json](https://github.com/serde-rs/json) and
[reqwest](https://github.com/seanmonstar/reqwest).
This commit is contained in:
dependabot[bot]
2024-04-01 11:22:57 -04:00
committed by GitHub
parent e2a4da2594
commit cc0bd2190e
3 changed files with 9 additions and 9 deletions

View File

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