Skip to content

Commit

Permalink
Merge pull request #89 from uutils/renovate/proc-macro2-1.x
Browse files Browse the repository at this point in the history
Update Rust crate proc-macro2 to 1.0.74
  • Loading branch information
cakebaker authored Jan 2, 2024
2 parents 19e42f4 + 5d7c50d commit 08edae3
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 @@ -9,6 +9,6 @@ edition = "2021"
proc_macro = true

[dependencies]
proc-macro2 = "1.0.73"
proc-macro2 = "1.0.74"
quote = "1.0.34"
syn = { version = "2.0.45", features = ["full"] }

0 comments on commit 08edae3

Please sign in to comment.