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 3 updates (#1784)

Bumps the patch group with 3 updates:
[serde_json](https://github.com/serde-rs/json),
[serde_yaml](https://github.com/dtolnay/serde-yaml) and
[reqwest](https://github.com/seanmonstar/reqwest).

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-05 10:30:46 +00:00
committed by GitHub
parent faea6894e7
commit 0e505be897
3 changed files with 18 additions and 10 deletions

View File

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