Skip to content

Commit

Permalink
Update syn from 2.0.89 to 2.0.96
Browse files Browse the repository at this point in the history
Summary:
Required by new versions of `prettyplease`, which is required by new versions of `bindgen`.

Release notes:

- https://github.com/dtolnay/syn/releases/tag/2.0.90
- https://github.com/dtolnay/syn/releases/tag/2.0.91
- https://github.com/dtolnay/syn/releases/tag/2.0.92
- https://github.com/dtolnay/syn/releases/tag/2.0.93
- https://github.com/dtolnay/syn/releases/tag/2.0.94
- https://github.com/dtolnay/syn/releases/tag/2.0.95
- https://github.com/dtolnay/syn/releases/tag/2.0.96

Reviewed By: zertosh

Differential Revision: D68605192

fbshipit-source-id: d035ae265b77915ffa3260d70d27fea6c5f57600
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Jan 24, 2025
1 parent 9f789bf commit 8701c41
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 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.132", features = ["float_roundtrip", "unbounded_depth"] }
serde_starlark = "0.1.13"
strum = { version = "0.26.2", features = ["derive"] }
syn = { version = "2.0.85", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn = { version = "2.0.96", 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 8701c41

Please sign in to comment.