Skip to content

Commit

Permalink
Merge pull request #117 from uutils/renovate/quote-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate quote to 1.0.36
  • Loading branch information
cakebaker authored Apr 15, 2024
2 parents 69ae2d5 + ff1ea79 commit 81a71b6
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 @@ -10,5 +10,5 @@ proc_macro = true

[dependencies]
proc-macro2 = "1.0.80"
quote = "1.0.35"
quote = "1.0.36"
syn = { version = "2.0.53", features = ["full"] }

0 comments on commit 81a71b6

Please sign in to comment.