From 60b3f66c10b61481bde55b9eb77e12f6eba1d4e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 10:43:10 +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 615f5cac6..9e6152754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,7 +140,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"