Skip to content

Commit

Permalink
fix(deps): update rust crate syn to 2.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent 4a33c90 commit ffd9209
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.11"
prettyplease = "0.2.15"
regex = "1.10.2"
syn = "2.0.43"
syn = "2.0.44"
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.73"
quote = "1.0.34"
syn = { version = "2.0.43", features = ["full", "parsing"] }
syn = { version = "2.0.44", features = ["full", "parsing"] }

[dev-dependencies]
trybuild = "1.0.86"

0 comments on commit ffd9209

Please sign in to comment.