chore(deps): bump syn from 1.0.107 to 1.0.108 (#2178)

This commit is contained in:
dependabot[bot] 2023-02-23 13:15:40 -08:00 committed by GitHub
parent c679d402cb
commit 48dc4b1ee2
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

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

View File

@ -40,7 +40,7 @@ cargo_metadata = { version = "0.15.3", optional = true }
# eip712 feature enabled dependencies
convert_case = { version = "0.6.0", optional = true }
syn = { version = "1.0.107", optional = true }
syn = { version = "1.0.108", optional = true }
proc-macro2 = { version = "1.0.51", optional = true }
num_enum = "0.5.10"