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 Nov 6, 2023
1 parent d199333 commit f8d07cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.33"
proc-macro2 = "1.0.69"
syn = { version = '1.0.109', features = ['full'] }
syn = { version = '2.0.39', 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.39', features = ['full', "extra-traits"] }

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

0 comments on commit f8d07cf

Please sign in to comment.