Skip to content

Commit

Permalink
Merge pull request #108 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.53
  • Loading branch information
cakebaker authored Mar 17, 2024
2 parents ca049b9 + e33a66b commit b698764
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.79"
quote = "1.0.35"
syn = { version = "2.0.52", features = ["full"] }
syn = { version = "2.0.53", features = ["full"] }

0 comments on commit b698764

Please sign in to comment.