From 7693392caa36def93bae2c89e5dbd027ca12639b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 21:42:08 +0200 Subject: [PATCH] chore(deps): bump proc-macro2 from 1.0.34 to 1.0.35 (#743) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.34 to 1.0.35. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.34...1.0.35) --- 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 73e2fb70..51d7aca7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2402,9 +2402,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1" +checksum = "392a54546fda6b7cc663379d0e6ce8b324cf88aecc5a499838e1be9781bdce2e" dependencies = [ "unicode-xid", ] diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 68918f20..5124fc3d 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -38,7 +38,7 @@ cargo_metadata = { version = "0.14.1", optional = true } convert_case = { version = "0.4.0", optional = true } syn = { version = "1.0.84", optional = true } quote = { version = "1.0.9", optional = true } -proc-macro2 = { version = "1.0.33", optional = true } +proc-macro2 = { version = "1.0.35", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] # async