From bcc6a8b2d5629f2e08d4c9db8095fc7c56bc5130 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:14:04 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- crates/rrr_chart/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rrr_chart/Cargo.toml b/crates/rrr_chart/Cargo.toml index 8e591bd..a4c69c5 100644 --- a/crates/rrr_chart/Cargo.toml +++ b/crates/rrr_chart/Cargo.toml @@ -24,7 +24,7 @@ rrr_types = { path = "../rrr_types" } serde = { version = "1.0.201", features = ["derive"] } strum = { version = "0.26.2", features = ["derive"] } swf = { version = "0.2", optional = true } -thiserror = "1.0" +thiserror = "2.0" [dev-dependencies]