From b02972b550b36aacaeb5b125c5ae41668ae86597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 02:47:27 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- packages/yew-attrs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yew-attrs/Cargo.toml b/packages/yew-attrs/Cargo.toml index ab0709f..1047287 100644 --- a/packages/yew-attrs/Cargo.toml +++ b/packages/yew-attrs/Cargo.toml @@ -10,6 +10,6 @@ version.workspace = true [dependencies] indexmap = "2.4.0" -thiserror = "1.0.63" +thiserror = "2.0.0" yew.workspace = true yew-attrs-macro = { path = "../yew-attrs-macro", version = "0.2.4" }