From 5b4350bddba44bf21c0d9b94ab4485a028201b67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 07:08:59 +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 266b33a0..87644a1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ exitcode = "1.1.2" lazy_static = "1.5.0" pest = "2.7.14" pest_derive = "2.7.14" -thiserror = "1.0.68" +thiserror = "2.0.2" strum = { version = "0.26.3", default-features = false } strum_macros = { version = "0.26.4", default-features = false }