Skip to content

Commit

Permalink
chore(deps): update rust crate syn to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 2304b65 commit 86ab6d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 crates/macro-testing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ doctest = false
[dependencies]
quote = "1.0.23"
proc-macro2 = "1.0.51"
syn = { version = '1.0.109', features = ['full'] }
syn = { version = '2.0.37', features = ['full'] }
2 changes: 1 addition & 1 deletion crates/marine-macro-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ quote = "1.0.23"
proc-macro2 = "1.0.51"
serde = { version = "1.0.155", features = ["derive"] }
serde_json = "1.0.94"
syn = { version = '1.0.109', features = ['full', "extra-traits"] }
syn = { version = '2.0.37', features = ['full', "extra-traits"] }

[dev-dependencies]
pretty_assertions = "1.3.0"
Expand Down

0 comments on commit 86ab6d6

Please sign in to comment.