Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 10, 2021
1 parent b00b230 commit 710b6da
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
64 changes: 32 additions & 32 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
Expand Up @@ -13,6 +13,6 @@ proc-macro = true

[dependencies]
diem-workspace-hack = { path = "../../workspace-hack" }
syn = { version = "1.0.58", features = ["extra-traits"] }
syn = { version = "1.0.63", features = ["extra-traits"] }
quote = "1.0.9"
proc-macro2 = "1.0.24"
2 changes: 1 addition & 1 deletion common/num-variants/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
proc-macro = true

[dependencies]
syn = "1.0.58"
syn = "1.0.63"
quote = "1.0.9"
proc-macro2 = "1.0.24"
diem-workspace-hack = { path = "../workspace-hack" }
2 changes: 1 addition & 1 deletion crypto/crypto-derive/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ proc-macro = true

[dependencies]
diem-workspace-hack = { path = "../../common/workspace-hack" }
syn = { version = "1.0.58", features = ["derive"] }
syn = { version = "1.0.63", features = ["derive"] }
quote = "1.0.9"
proc-macro2 = "1.0.24"

Expand Down

0 comments on commit 710b6da

Please sign in to comment.