Skip to content

Commit

Permalink
Upgrade syn
Browse files Browse the repository at this point in the history
Summary: For this change: dtolnay/syn#1690

Reviewed By: dtolnay

Differential Revision: D63712744

fbshipit-source-id: e6a7e0c58b8dcfd4f5b7e5114270c47e3e186ee9
  • Loading branch information
stepancheg authored and facebook-github-bot committed Oct 2, 2024
1 parent 6ba5488 commit 73943d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
serde_starlark = "0.1.13"
strum = { version = "0.26.2", features = ["derive"] }
syn = { version = "2.0.38", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
termcolor = "1.0"
toml = "0.8.4"
toml_edit = { version = "0.20.5", features = ["serde"] }
Expand Down

0 comments on commit 73943d7

Please sign in to comment.