From bb0fb37033b6cd2f555cfcca50257bf23b439f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:27:33 +0000 Subject: [PATCH] Update thiserror requirement from 1 to 2 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.0...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- msixbundle/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msixbundle/Cargo.toml b/msixbundle/Cargo.toml index e2e673d..b8804dc 100644 --- a/msixbundle/Cargo.toml +++ b/msixbundle/Cargo.toml @@ -17,7 +17,7 @@ sdk-discovery = ["dep:winreg"] [dependencies] anyhow = "1" -thiserror = "1" +thiserror = "2" roxmltree = "0.20" winreg = { version = "0.52", optional = true }