From 29e7bf998c4a78adfdb04d2c912a8b1f6d8f5eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:23:17 +0000 Subject: [PATCH] build(deps): bump thiserror from 2.0.0 to 2.0.6 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.0 to 2.0.6. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.0...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1eb873f..61f0846 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1213,7 +1213,7 @@ dependencies = [ "serde", "serde_json", "structopt", - "thiserror 2.0.0", + "thiserror 2.0.6", "tokio", "tracing", "tracing-subscriber 0.3.18", @@ -10642,11 +10642,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.0" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ - "thiserror-impl 2.0.0", + "thiserror-impl 2.0.6", ] [[package]] @@ -10662,9 +10662,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.0" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 49a2fa2..adfbdc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "^1", default-features = false, features = ["full"] } tracing-subscriber = { version = "0.3", features = ["parking_lot", "env-filter"] } serde_json = "1.0.132" serde = { version = "1.0.214", features = ["derive"] } -thiserror = "2.0.0" +thiserror = "2.0.6" alloy-primitives = "0.7.2" regex = "1.11.1"