Skip to content

Commit

Permalink
Merge pull request #74 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.46
  • Loading branch information
renovate[bot] authored Jan 2, 2024
2 parents b13be11 + eee0648 commit a9921ff
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.11"
prettyplease = "0.2.16"
regex = "1.10.2"
syn = "2.0.45"
syn = "2.0.46"
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.45", features = ["full", "parsing"] }
syn = { version = "2.0.46", features = ["full", "parsing"] }

[dev-dependencies]
trybuild = "1.0.86"

0 comments on commit a9921ff

Please sign in to comment.