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 with 4 updates (#2316)

Bumps the patch group with 4 updates:
[serde](https://github.com/serde-rs/serde),
[serde_json](https://github.com/serde-rs/json),
[fantoccini](https://github.com/jonhoo/fantoccini) and
[reqwest](https://github.com/seanmonstar/reqwest).
This commit is contained in:
dependabot[bot]
2024-08-26 09:43:35 -04:00
committed by GitHub
parent a360ee6820
commit dc7ba17421
4 changed files with 56 additions and 33 deletions

View File

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