Skip to content

Commit

Permalink
Merge pull request #86 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.73
  • Loading branch information
cakebaker authored Jan 1, 2024
2 parents 63b3488 + b3b0f7a commit 1e8e407
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.72"
proc-macro2 = "1.0.73"
quote = "1.0.33"
syn = { version = "2.0.44", features = ["full"] }

0 comments on commit 1e8e407

Please sign in to comment.