From 7753428632515dee1739d190537fc98a40447656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:55:00 +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 5b6b7301..ce5a3c59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ sentry = { version = "0.34.0", default-features = false } lazy_static = "1.4.0" itertools = "0.13.0" serde = "1.0.200" -thiserror = "1.0.59" +thiserror = "2.0.0" serde_json = "1.0.116" color-eyre = "0.6.3" eyre = "0.6.12"