Skip to content

Commit

Permalink
Merge pull request #83 from uutils/renovate/syn-2.x
Browse files Browse the repository at this point in the history
Update Rust crate syn to 2.0.43
  • Loading branch information
cakebaker authored Dec 25, 2023
2 parents fc29ec5 + 373c14e commit bc3d193
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.71"
quote = "1.0.33"
syn = { version = "2.0.42", features = ["full"] }
syn = { version = "2.0.43", features = ["full"] }

0 comments on commit bc3d193

Please sign in to comment.