From 2be05ba19fd957ccbf062bb844a714f23e304c33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:34:05 +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 58e03878..919bdd5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rgb = "0.8" serde = "1" serde_derive = "1" serde_json = "1" -thiserror = "1" +thiserror = "2" [target.'cfg(not(target_os = "linux"))'.dependencies] mimalloc = "0.1"