From ec749854a066e3e9e4803409a8d52ea346cd1433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:43:52 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.18 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/ev-precompiles/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d6bfee3..93c221f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2984,7 +2984,7 @@ dependencies = [ "reth-primitives", "reth-revm", "revm", - "thiserror 1.0.69", + "thiserror 2.0.18", "tracing", ] diff --git a/crates/ev-precompiles/Cargo.toml b/crates/ev-precompiles/Cargo.toml index 2e11aa0e..980381a6 100644 --- a/crates/ev-precompiles/Cargo.toml +++ b/crates/ev-precompiles/Cargo.toml @@ -22,5 +22,5 @@ bytes = "1.5.0" # Tooling eyre = "0.6.11" -thiserror = "1.0.58" +thiserror = "2.0.18" tracing = { workspace = true }