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"