From 5485154dc8559223219c6d8f62e2ee5786aefc72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:31:48 +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 5c5ebbd..8388a81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ regex = "1.10.4" sysinfo = "0.32.0" tempfile = "3.10.1" textwrap = { version = "0.16.1", features = ["terminal_size"] } -thiserror = "1.0.63" +thiserror = "2.0.0" uucore = "0.0.27" walkdir = "2.5.0" windows = { version = "0.58.0" }