Skip to content

Commit

Permalink
Bump syn from 1.0.55 to 1.0.67
Browse files Browse the repository at this point in the history
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.55 to 1.0.67.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.55...1.0.67)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 31, 2021
1 parent c168275 commit f278244
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/logger/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ proc-macro = true

[dependencies]
diem-workspace-hack = { path = "../../workspace-hack", version = "0.1.0" }
syn = { version = "1.0.55", features = ["extra-traits"] }
syn = { version = "1.0.67", features = ["extra-traits"] }
quote = "1.0.8"
proc-macro2 = "1.0.24"
2 changes: 1 addition & 1 deletion common/num-variants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
proc-macro = true

[dependencies]
syn = "1.0.55"
syn = "1.0.67"
quote = "1.0.8"
proc-macro2 = "1.0.24"
diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" }
2 changes: 1 addition & 1 deletion common/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ sha-1 = { version = "0.9.2", features = ["std"] }
subtle = { version = "2.4.0", features = ["i128", "std"] }

[build-dependencies]
syn = { version = "1.0.55", features = ["clone-impls", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"] }
syn = { version = "1.0.67", features = ["clone-impls", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"] }
2 changes: 1 addition & 1 deletion crypto/crypto-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ proc-macro = true

[dependencies]
diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" }
syn = { version = "1.0.55", features = ["derive"] }
syn = { version = "1.0.67", features = ["derive"] }
quote = "1.0.8"
proc-macro2 = "1.0.24"

Expand Down

0 comments on commit f278244

Please sign in to comment.