From da56d5e6183a3153d8e709cd7f03a581f3d7c2ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 May 2026 22:29:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(cargo):=20update=20ru?= =?UTF-8?q?st=20crate=20thiserror=20to=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 074e497..09d62c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ regex = "1.10.6" secrecy = "0.8.0" serde = { version = "1.0.209", features = ["derive"] } serde_json = "1.0.127" -thiserror = "1.0.64" +thiserror = "2.0.0"