From 7c883535d4b0ba631bece8bda98638c209ff493e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:01:04 -0500 Subject: [PATCH] build(deps): update thiserror requirement from 1.0 to 2.0 (#18) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- windows-ctl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-ctl/Cargo.toml b/windows-ctl/Cargo.toml index f7b69d4..bdc2a87 100644 --- a/windows-ctl/Cargo.toml +++ b/windows-ctl/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" der = { version = "0.7.1", features = ["std", "derive", "oid"] } hex = { version = "0.4", optional = true } itertools = "0.13" -thiserror = "1.0" +thiserror = "2.0" pkcs7 = { version = "0.4.0-pre.1" } spki = { version = "0.7.0" } x509-cert = { version = "0.2.0-pre.0" }