Skip to content

Commit 73943d7

Browse files
stepanchegfacebook-github-bot
authored andcommitted
Upgrade syn
Summary: For this change: dtolnay/syn#1690 Reviewed By: dtolnay Differential Revision: D63712744 fbshipit-source-id: e6a7e0c58b8dcfd4f5b7e5114270c47e3e186ee9
1 parent 6ba5488 commit 73943d7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
3232
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
3333
serde_starlark = "0.1.13"
3434
strum = { version = "0.26.2", features = ["derive"] }
35-
syn = { version = "2.0.38", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
35+
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
3636
termcolor = "1.0"
3737
toml = "0.8.4"
3838
toml_edit = { version = "0.20.5", features = ["serde"] }

0 commit comments

Comments
 (0)