From cded414e3d2c7c7dfcefa5606112d6f506c5ef42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 09:58:51 +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 2a9dca613..8ff594fe5 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"