Update thiserror requirement from 1.0.29 to 2.0.3

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.29...2.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-11 13:02:49 +00:00 committed by Dirkjan Ochtman
parent 8ec3ced2d6
commit 4030539da8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ readme = "../README.md"
[dependencies]
chrono = { version = "0.4.23", optional = true }
macros = { package = "instant-xml-macros", version = "0.5.0", path = "../instant-xml-macros" }
thiserror = "1.0.29"
thiserror = "2.0.3"
xmlparser = "0.13.3"
[dev-dependencies]