1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-02 05:04:29 +02:00

cargo: bump the patch group across 1 directory with 2 updates (#2170)

Bumps the patch group with 2 updates in the / directory:
[serde_json](https://github.com/serde-rs/json) 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-06-25 10:50:39 +01:00
committed by GitHub
parent c7425f91c4
commit 45e4b167e9
3 changed files with 94 additions and 8 deletions

View File

@ -13,7 +13,7 @@ name = "link-checker"
path = "link-checker.rs"
[dependencies]
reqwest = { version = "0.12.4", features = ["blocking"] }
reqwest = { version = "0.12.5", features = ["blocking"] }
scraper = "0.19.0"
thiserror = "1.0.61"