Skip to content

Commit

Permalink
cargo: bump thiserror from 1.0.66 to 2.0.3 (#2488)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to
2.0.3.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 3eb2eb8 commit 5586f6c
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 38 deletions.
94 changes: 57 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/concurrency/sync-exercises/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5586f6c

Please sign in to comment.