Skip to content

Commit

Permalink
Merge pull request #131 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.59
  • Loading branch information
renovate[bot] authored Apr 15, 2024
2 parents 822151e + 4429aa8 commit fe71f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.58"
syn = "2.0.59"
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.80"
quote = "1.0.36"
syn = { version = "2.0.58", features = ["full", "parsing"] }
syn = { version = "2.0.59", features = ["full", "parsing"] }

[dev-dependencies]
trybuild = "1.0.91"

0 comments on commit fe71f0f

Please sign in to comment.