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

cargo: bump the patch group with 2 updates (#1967)

Bumps the patch group with 2 updates:
[pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) 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-04-08 11:40:01 +01:00
committed by GitHub
parent e8d78fde70
commit f5ca4e34fc
3 changed files with 36 additions and 14 deletions

View File

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