Skip to content

Commit

Permalink
chore(deps): update rust crate syn to 2.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2023
1 parent 0bf0489 commit e0f6a60
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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/marine-test-macro-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ darling = "0.20.1"
quote = "1.0.26"
proc-macro2 = "1.0.56"
proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '2.0.15', features = ['full'] }
syn = { version = '2.0.30', features = ['full'] }
thiserror = "1.0.40"
static_assertions = "1.1.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/marine-test-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.10.
quote = "1.0.26"
proc-macro2 = "1.0.56"
proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '2.0.15', features = ['full'] }
syn = { version = '2.0.30', features = ['full'] }

0 comments on commit e0f6a60

Please sign in to comment.