From c5ea7bd60a0b531f68cd2d0272b2bf7fc7eba990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 23:47:55 +0200 Subject: [PATCH] chore(deps): bump quote from 1.0.10 to 1.0.14 (#746) Bumps [quote](https://github.com/dtolnay/quote) from 1.0.10 to 1.0.14. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.10...1.0.14) --- 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 d4f14439..8d65b683 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2417,9 +2417,9 @@ checksum = "47c327e191621a2158159df97cdbc2e7074bb4e940275e35abf38eb3d2595754" [[package]] name = "quote" -version = "1.0.10" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05" +checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d" dependencies = [ "proc-macro2", ] diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 8b7cc25f..08500c64 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -37,7 +37,7 @@ cargo_metadata = { version = "0.14.1", optional = true } # eip712 feature enabled dependencies convert_case = { version = "0.5.0", optional = true } syn = { version = "1.0.84", optional = true } -quote = { version = "1.0.9", optional = true } +quote = { version = "1.0.14", optional = true } proc-macro2 = { version = "1.0.36", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]