Skip to content

Commit

Permalink
Merge pull request #134 from evenfurther/renovate/syn-2.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate syn to 2.0.60
  • Loading branch information
renovate[bot] authored Apr 17, 2024
2 parents 0efd34e + 9b2452f commit b0d1350
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aoc-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ license = "Apache-2.0/MIT"
eyre = "0.6.12"
prettyplease = "0.2.19"
regex = "1.10.4"
syn = "2.0.59"
syn = "2.0.60"
2 changes: 1 addition & 1 deletion aoc-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc_macro = true
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.81"
quote = "1.0.36"
syn = { version = "2.0.59", features = ["full", "parsing"] }
syn = { version = "2.0.60", features = ["full", "parsing"] }

[dev-dependencies]
trybuild = "1.0.91"

0 comments on commit b0d1350

Please sign in to comment.