From cc9186c16d373d7e5c2cc916f540beee61c8abc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:16:12 +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 5b92a4e..1b4128f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ anarchist-readable-name-generator-lib = "0.1.2" clap_complete = "4.5.22" clap = { version = "4.5.16", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] } miette = { version = "7.2.0", features = ["fancy"] } -thiserror = "1.0.63" +thiserror = "2.0.0"