Skip to content

Commit

Permalink
Bump syn from 2.0.53 to 2.0.55 (#2839)
Browse files Browse the repository at this point in the history
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.53 to 2.0.55.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.53...2.0.55)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 4ff0638 commit 59b9bb1
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
76 changes: 38 additions & 38 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/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Macros for hotshot tests"
[dependencies]
# proc macro stuff
quote = "1.0.33"
syn = { version = "2.0.50", features = ["full", "extra-traits"] }
syn = { version = "2.0.55", features = ["full", "extra-traits"] }
proc-macro2 = "1.0.79"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/testing-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing = { workspace = true }
serde = { workspace = true }
# proc macro stuff
quote = "1.0.33"
syn = { version = "2.0.52", features = ["full", "extra-traits"] }
syn = { version = "2.0.55", features = ["full", "extra-traits"] }
proc-macro2 = "1.0.79"
derive_builder = "0.20.0"

Expand Down

0 comments on commit 59b9bb1

Please sign in to comment.