From 727a7db28666f11e7c5213090ca18add42dd62ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 11:13:29 -0700 Subject: [PATCH] chore(deps): bump syn from 1.0.102 to 1.0.103 (#1799) Bumps [syn](https://github.com/dtolnay/syn) from 1.0.102 to 1.0.103. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.102...1.0.103) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 e9f1764c..8bb0cea5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3818,9 +3818,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1" +checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" dependencies = [ "proc-macro2", "quote", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 3934a38d..31b6db34 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -40,7 +40,7 @@ cargo_metadata = { version = "0.15.0", optional = true } # eip712 feature enabled dependencies convert_case = { version = "0.6.0", optional = true } -syn = { version = "1.0.102", optional = true } +syn = { version = "1.0.103", optional = true } proc-macro2 = { version = "1.0.47", optional = true } rust_decimal = { version = "1.26.1", features = ["maths"] }