chore(deps): bump syn from 1.0.105 to 1.0.107 (#1953)

This commit is contained in:
dependabot[bot] 2022-12-22 21:00:10 +02:00 committed by GitHub
parent bfb919a5bf
commit 6bb5abb2fd
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

@ -4065,9 +4065,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.105"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
dependencies = [
"proc-macro2",
"quote",

View File

@ -40,7 +40,7 @@ cargo_metadata = { version = "0.15.2", optional = true }
# eip712 feature enabled dependencies
convert_case = { version = "0.6.0", optional = true }
syn = { version = "1.0.105", optional = true }
syn = { version = "1.0.107", optional = true }
proc-macro2 = { version = "1.0.47", optional = true }
num_enum = "0.5.7"