From 08528247759bcd113c0c5385ee081e20e11cb80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 20:09:49 +0200 Subject: [PATCH] chore(deps): bump auto_impl from 0.5.0 to 1.0.1 (#118) Bumps [auto_impl](https://github.com/auto-impl-rs/auto_impl) from 0.5.0 to 1.0.1. - [Release notes](https://github.com/auto-impl-rs/auto_impl/releases) - [Commits](https://github.com/auto-impl-rs/auto_impl/compare/v0.5.0...v1.0.1) --- updated-dependencies: - dependency-name: auto_impl dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/revm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62dd10164c..e232770fbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "auto_impl" -version = "0.5.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4" +checksum = "8a8c1df849285fbacd587de7818cc7d13be6cd2cbcd47a04fb1801b0e2706e33" dependencies = [ "proc-macro-error", "proc-macro2", diff --git a/crates/revm/Cargo.toml b/crates/revm/Cargo.toml index e3a0147e5a..ddeaa88015 100644 --- a/crates/revm/Cargo.toml +++ b/crates/revm/Cargo.toml @@ -10,7 +10,7 @@ version = "1.4.0" [dependencies] arrayref = "0.3" -auto_impl = { version = "0.5", default-features = false } +auto_impl = { version = "1.0", default-features = false } bytes = { version = "1.1", default-features = false } futures = { version = "0.3.21", optional = true } hashbrown = { version = "0.12" }