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

cargo: bump the minor group with 2 updates (#2273)

Bumps the minor group with 2 updates:
[scraper](https://github.com/causal-agent/scraper) and
[tempfile](https://github.com/Stebalien/tempfile).
This commit is contained in:
dependabot[bot]
2024-08-12 10:58:35 -04:00
committed by GitHub
parent 9cc9ca4e74
commit a3838975b6
2 changed files with 47 additions and 31 deletions

View File

@ -14,8 +14,8 @@ path = "link-checker.rs"
[dependencies]
reqwest = { version = "0.12.5", features = ["blocking"] }
scraper = "0.19.1"
scraper = "0.20.0"
thiserror = "1.0.63"
[dev-dependencies]
tempfile = "3.11.0"
tempfile = "3.12.0"