From 4030539da87f1fbd9799bc0ad7bd6b21d357f85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:02:49 +0000 Subject: [PATCH] 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] --- instant-xml/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instant-xml/Cargo.toml b/instant-xml/Cargo.toml index af1a953..cfde608 100644 --- a/instant-xml/Cargo.toml +++ b/instant-xml/Cargo.toml @@ -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]