Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bump syn from 1.0.109 to 2.0.9 #2397

Merged
merged 1 commit into from
Mar 29, 2023
Merged
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
2 changes: 1 addition & 1 deletion 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 pallets/parachain-system/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Proc macros provided by the parachain-system pallet"
proc-macro = true

[dependencies]
syn = "1.0.109"
syn = "2.0.9"
proc-macro2 = "1.0.52"
quote = "1.0.26"
proc-macro-crate = "1.3.1"
Expand Down