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:
parent
8ec3ced2d6
commit
4030539da8
|
@ -13,7 +13,7 @@ readme = "../README.md"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.23", optional = true }
|
chrono = { version = "0.4.23", optional = true }
|
||||||
macros = { package = "instant-xml-macros", version = "0.5.0", path = "../instant-xml-macros" }
|
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"
|
xmlparser = "0.13.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue