From 262149945a0c7e4c32ea8614a3f71190c4d99d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 22:18:59 -0700 Subject: [PATCH] chore(deps): bump quote from 1.0.15 to 1.0.16 (#1061) Bumps [quote](https://github.com/dtolnay/quote) from 1.0.15 to 1.0.16. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.15...1.0.16) --- updated-dependencies: - dependency-name: quote 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 b1fbc592..c38bd39e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2747,9 +2747,9 @@ checksum = "47c327e191621a2158159df97cdbc2e7074bb4e940275e35abf38eb3d2595754" [[package]] name = "quote" -version = "1.0.15" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145" +checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57" dependencies = [ "proc-macro2", ] diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 3b025cd5..fa012284 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -37,7 +37,7 @@ cargo_metadata = { version = "0.14.2", optional = true } # eip712 feature enabled dependencies convert_case = { version = "0.5.0", optional = true } syn = { version = "1.0.89", optional = true } -quote = { version = "1.0.15", optional = true } +quote = { version = "1.0.16", optional = true } proc-macro2 = { version = "1.0.36", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]