chore(deps): bump quote from 1.0.14 to 1.0.15 (#826)

Bumps [quote](https://github.com/dtolnay/quote) from 1.0.14 to 1.0.15.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.14...1.0.15)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-24 15:38:07 +02:00 committed by GitHub
parent f9f77e829b
commit 75eca0116f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2624,9 +2624,9 @@ checksum = "47c327e191621a2158159df97cdbc2e7074bb4e940275e35abf38eb3d2595754"
[[package]]
name = "quote"
version = "1.0.14"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
dependencies = [
"proc-macro2",
]

View File

@ -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.86", optional = true }
quote = { version = "1.0.14", optional = true }
quote = { version = "1.0.15", optional = true }
proc-macro2 = { version = "1.0.36", optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]