From a6599acf814f1b524aa170050c2030f3370a06f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:30:43 +0000 Subject: [PATCH] build(deps): update thiserror requirement from 1.0.57 to 2.0.3 (#751) --- firewood/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewood/Cargo.toml b/firewood/Cargo.toml index dac5243c..010491b7 100644 --- a/firewood/Cargo.toml +++ b/firewood/Cargo.toml @@ -24,7 +24,7 @@ hex = "0.4.3" metrics = "0.24.0" serde = { version = "1.0" } sha2 = "0.10.8" -thiserror = "1.0.57" +thiserror = "2.0.3" tokio = { version = "1.36.0", features = ["rt", "sync", "macros", "rt-multi-thread"] } typed-builder = "0.20.0" bincode = "1.3.3"