From d50fc88441024bca02d0d67ab2dff9a089e85981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 12:27:14 +0200 Subject: [PATCH] chore(deps): bump proc-macro2 from 1.0.30 to 1.0.32 (#534) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.30 to 1.0.32. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.30...1.0.32) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3174ea29..de4be488 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2039,9 +2039,9 @@ checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" [[package]] name = "proc-macro2" -version = "1.0.30" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70" +checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43" dependencies = [ "unicode-xid", ] diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index eda38373..1fb09a35 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -37,7 +37,7 @@ once_cell = "1.8.0" convert_case = { version = "0.4.0", optional = true } syn = { version = "1.0.80", optional = true } quote = { version = "1.0.9", optional = true } -proc-macro2 = { version = "1.0.30", optional = true } +proc-macro2 = { version = "1.0.32", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] # async