1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-30 12:29:40 +02:00

cargo: bump thiserror from 1.0.66 to 2.0.3 (#2488)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to
2.0.3.

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-12-01 20:51:03 +00:00
committed by GitHub
parent 3eb2eb8b36
commit 5586f6c9af
2 changed files with 58 additions and 38 deletions

View File

@ -15,7 +15,7 @@ path = "link-checker.rs"
[dependencies]
reqwest = { version = "0.12.9", features = ["blocking"] }
scraper = "0.21.0"
thiserror = "1.0.66"
thiserror = "2.0.3"
[dev-dependencies]
tempfile = "3.14.0"