Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump syn from 1.0.60 to 1.0.64
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.60 to 1.0.64.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.60...1.0.64)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
commit 9c11a067048259f1e8c2cc5ad3664cdcb2998595
4 changes: 2 additions & 2 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 @@ -20,7 +20,7 @@ bindgen = "0.57.0"
num_cpus = "1.13.0"
proc-macro2 = "1.0.24"
quote = "1.0.9"
syn = { version = "1.0.60", features = [ "extra-traits", "full", "fold", "parsing" ] }
syn = { version = "1.0.64", features = [ "extra-traits", "full", "fold", "parsing" ] }

[dev-dependencies]
serde_json = "1.0.62"
Expand Down