Skip to content

Commit

Permalink
Merge pull request #48 from evenfurther/renovate/proc-macro2-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate proc-macro2 to 1.0.80
  • Loading branch information
renovate[bot] authored Apr 15, 2024
2 parents a477223 + 729118d commit db03940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.60.0"
proc-macro = true

[dependencies]
proc-macro2 = { version = "1.0.79", default-features = false }
proc-macro2 = { version = "1.0.80", default-features = false }
quote = { version = "1.0.36", default-features = false }
semver = { version = "1.0.22", default-features = false }
syn = { version = "2.0.58", default-features = false, features = ["parsing", "proc-macro"] }
Expand Down

0 comments on commit db03940

Please sign in to comment.