From ec962533032eff294eb3c654d1bef4a8da4f107c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 02:39:59 +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 c1d6feb..3d671c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ futures = "0.3" sha2 = "0.10" async-trait = "0.1" hex = "0.4" -thiserror = "1" +thiserror = "2" anyhow = "1" sync_wrapper = { version = "1", features = ["futures"] } async-recursion = "1"