Skip to content

Commit

Permalink
Merge pull request #78 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.47
  • Loading branch information
renovate[bot] authored Jan 4, 2024
2 parents ef7f8fa + 3cf9cdf commit d16f643
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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.11"
prettyplease = "0.2.16"
regex = "1.10.2"
syn = "2.0.46"
syn = "2.0.47"
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.74"
quote = "1.0.35"
syn = { version = "2.0.46", features = ["full", "parsing"] }
syn = { version = "2.0.47", features = ["full", "parsing"] }

[dev-dependencies]
trybuild = "1.0.87"

0 comments on commit d16f643

Please sign in to comment.