From a01a71967298c18d165dfa5cdff213d861329bbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 20:20:28 +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 63a90449..1f5a3149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ exitcode = "1.1.2" lazy_static = "1.5.0" pest = "2.7.14" pest_derive = "2.7.14" -thiserror = "1.0.69" +thiserror = "2.0.5" strum = { version = "0.26.3", default-features = false } strum_macros = { version = "0.26.4", default-features = false } log = { version = "0.4.22", default-features = false }