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 Apr 17, 2024
1 parent d94bf3a commit 39bcbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.33"
proc-macro2 = "1.0.69"
syn = { version = '1.0.109', features = ['full'] }
syn = { version = '2.0.60', 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.33"
proc-macro2 = "1.0.69"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
syn = { version = '1.0.109', features = ['full', "extra-traits"] }
syn = { version = '2.0.60', features = ['full', "extra-traits"] }

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

0 comments on commit 39bcbc7

Please sign in to comment.