build(deps): bump thiserror from 1.0.64 to 2.0.3

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 2.0.3.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...2.0.3)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-18 23:42:54 +00:00 committed by Michael Davis
parent 35802cb025
commit f621423e7d
3 changed files with 65 additions and 45 deletions

View file

@ -56,7 +56,7 @@ ignore = "0.4"
pulldown-cmark = { version = "0.12", default-features = false }
# file type detection
content_inspector = "0.2.4"
thiserror = "1.0"
thiserror = "2.0"
# opening URLs
open = "5.3.0"