From fd050b553b7abc5809778effeb00c87af876e11f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:52:03 +0000 Subject: [PATCH] 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 993702f..a7963ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ serde_json = "1" sha2 = "0.10" shellwords = "1" static_assertions = "1" -thiserror = "1" +thiserror = "2" tracing = "0.1" tracing-subscriber = "0.3" url = "2"