From e1dd1d049e71ea0c86cb35a48c03a25d2b50a54c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 05:56:58 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6d34ec..2e4b090 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" [dependencies] bitness = "0.4.0" log = "0.4.20" -thiserror = "1.0.44" +thiserror = "2.0.0" winreg = "0.52.0" fs_extra="1.3.0"