From 36b5f5f71a12158a91ba259ef59e3b217ce376ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:24:33 +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 58c1ea579..61a8f23be 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"