From e82fd63cb025c220c4eee65936e2117f6dd32493 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 12:26:10 +0100 Subject: [PATCH] chore(deps): update rust crate thiserror to v2 (#33) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98e7d03..c05b2de 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"