Skip to content

Commit 85b615d

Browse files
Bump syn from 1.0.60 to 1.0.63
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>
1 parent a73ddaf commit 85b615d

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

Cargo.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/logger/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ proc-macro = true
1313

1414
[dependencies]
1515
diem-workspace-hack = { path = "../../workspace-hack" }
16-
syn = { version = "1.0.58", features = ["extra-traits"] }
16+
syn = { version = "1.0.63", features = ["extra-traits"] }
1717
quote = "1.0.9"
1818
proc-macro2 = "1.0.24"

common/num-variants/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010
proc-macro = true
1111

1212
[dependencies]
13-
syn = "1.0.58"
13+
syn = "1.0.63"
1414
quote = "1.0.9"
1515
proc-macro2 = "1.0.24"
1616
diem-workspace-hack = { path = "../workspace-hack" }

crypto/crypto-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313
proc-macro = true
1414

1515
[dependencies]
16-
syn = { version = "1.0.58", features = ["derive"] }
16+
syn = { version = "1.0.63", features = ["derive"] }
1717
quote = "1.0.9"
1818
proc-macro2 = "1.0.24"
1919

0 commit comments

Comments
 (0)