1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-21 08:19:32 +02:00

Update Rust dependencies (#1487)

This fixes a low-criticality vulnerability in `atty` (on Windows):

  https://github.com/advisories/GHSA-g98v-hv3f-hcfr

I only updated the dependencies here which didn’t require code changes.
This commit is contained in:
Martin Geisler
2023-11-20 15:26:19 +01:00
committed by GitHub
parent 34f0cfb770
commit 8b863c0446
4 changed files with 292 additions and 429 deletions

View File

@ -46,7 +46,7 @@ path = "concurrency/link-checker.rs"
[dependencies]
reqwest = { version = "0.11.12", features = ["blocking"] }
scraper = "0.15.0"
scraper = "0.18.0"
thiserror = "1.0.37"
[dev-dependencies]