1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-03 13:29:52 +02:00

cargo: bump the patch group with 3 updates (#2241)

Bumps the patch group with 3 updates:
[thiserror](https://github.com/dtolnay/thiserror),
[scraper](https://github.com/causal-agent/scraper) and
[tokio](https://github.com/tokio-rs/tokio).
This commit is contained in:
dependabot[bot]
2024-07-22 00:48:37 -04:00
committed by GitHub
parent bd169f393c
commit 0f7ab8fc7f
3 changed files with 14 additions and 42 deletions

View File

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