From 2c5e2c1afa9fb534c920a6933d7d20aa42591975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 00:27:44 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.51 to 1.0.55 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.51 to 1.0.55. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.51...1.0.55) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e82eeb9..e10018ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5991,18 +5991,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.51" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" +checksum = "6e3de26b0965292219b4287ff031fcba86837900fe9cd2b34ea8ad893c0953d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.51" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" +checksum = "268026685b2be38d7103e9e507c938a1fcb3d7e6eb15e87870b617bf37b6d581" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 7e7de5a1..235b9680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0.193", features = ["derive"] } serde_json = { version = "=1.0.108" } revm = { git = "https://github.com/bluealloy/revm.git", features = [ "ethersdb", "std", "serde"] } revm-primitives = { git = "https://github.com/bluealloy/revm.git" } -thiserror = { version = "1.0.51" } +thiserror = { version = "1.0.55" } syn = { version = "2.0.43" } quote = { version = "=1.0.33" } proc-macro2 = { version = "1.0.75" }