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

cargo: bump the minor group with 1 update (#1938)

Bumps the minor group with 1 update:
[reqwest](https://github.com/seanmonstar/reqwest).

Updates `reqwest` from 0.11.26 to 0.12.1

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-25 10:02:01 +00:00
committed by GitHub
parent b4774ceb75
commit 4d1f40917f
2 changed files with 126 additions and 16 deletions

View File

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