From 8ad1c461240725d1e1a603d0d4dcc0b0a174966c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:33:49 +0000 Subject: [PATCH] chore(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 b66e5843a..a25d2852e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ strum_macros = "0.26" sha2 = "0.10" shellexpand = "3.1" termcolor = "1.3" -thiserror = "1" +thiserror = "2" tap = "1.0.1" tar = "0.4" termimad = "0.31"