chore(deps): update thiserror requirement from 1.0.63 to 2.0.3 (#258)

Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...2.0.3)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-19 18:20:39 +00:00 committed by GitHub
parent 8abbf0e931
commit b8257f81bd
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ memchr = "2.7.4"
pbkdf2 = { version = "0.12.2", optional = true }
rand = { version = "0.8.5", optional = true }
sha1 = { version = "0.10.6", optional = true }
thiserror = "1.0.63"
thiserror = "2.0.3"
time = { workspace = true, optional = true, features = [
"std",
] }