From a8f8c593e5266113948e975ab473631bc47a0f90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 06:33:20 +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 c5c15ca..a42751b 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"