From 72e270d81f4dc824a4360713afa140de89a4ef62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 03:30:17 +0000 Subject: [PATCH] fix(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 e4a66ca..5b39963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ description = "Multi-repo management CLI with AI integration" [dependencies] meta_core = { path = "../meta_core" } meta_plugin_protocol = { path = "../meta_plugin_protocol" } -thiserror = "1.0" +thiserror = "2.0" anyhow = "1.0" clap = { version = "4.3", features = ["derive"] } colored = "2.0"