From 727e9892635753a850b1e5cb85c66d73ebc4473c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 05:23:37 +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 89fe687..aca7bbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ serde_json = "1.0.117" serde_yaml = "0.9.34" tempfile = "3.10.1" tera = { version = "1.19.1", features = ["preserve_order"] } -thiserror = "1.0.61" +thiserror = "2.0.0" [dev-dependencies] assert_cmd = "2.0.14"