From d192eb6d25f470b8dce4073a94b7bff39f7721aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:14:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20chore(deps):=20update=20Ru?= =?UTF-8?q?st=20crate=20thiserror=20to=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 115144a..1e2f3f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0.116" strum = "0.26.2" strum_macros = "0.26.2" tabled = "0.17.0" -thiserror = "1.0.59" +thiserror = "2.0.0" toml = "0.8.12" [dev-dependencies]