Skip to content

Commit

Permalink
fix(deps): update rust crate syn to 2.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent b7e7b67 commit 0e05d7f
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.16"
regex = "1.10.3"
syn = "2.0.49"
syn = "2.0.50"
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.78"
quote = "1.0.35"
syn = { version = "2.0.49", features = ["full", "parsing"] }
syn = { version = "2.0.50", features = ["full", "parsing"] }

[dev-dependencies]
trybuild = "1.0.89"

0 comments on commit 0e05d7f

Please sign in to comment.