Skip to content

Commit

Permalink
Merge pull request bottlerocket-os#22 from bottlerocket-os/dependabot…
Browse files Browse the repository at this point in the history
…/cargo/syn-2

chore(deps): update syn requirement from 1 to 2
  • Loading branch information
cbgbt authored Oct 28, 2023
2 parents fc51fed + 1d94e2c commit 6840cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottlerocket-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ darling = "0.20"
proc-macro2 = "1"
quote = "1"
serde_json = "1"
syn = { version = "1", default-features = false, features = ["full", "parsing", "printing", "proc-macro", "visit-mut"] }
syn = { version = "2", default-features = false, features = ["full", "parsing", "printing", "proc-macro", "visit-mut"] }


[dev-dependencies]
Expand Down

0 comments on commit 6840cc5

Please sign in to comment.