Skip to content

Commit

Permalink
Merge pull request #106 from uutils/renovate/syn-2.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate syn to 2.0.52
  • Loading branch information
cakebaker authored Feb 29, 2024
2 parents fef825e + 975e8c1 commit 428aa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ proc_macro = true
[dependencies]
proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = { version = "2.0.51", features = ["full"] }
syn = { version = "2.0.52", features = ["full"] }

0 comments on commit 428aa1c

Please sign in to comment.