Skip to content

Commit

Permalink
chore: Bump syn from 2.0.48 to 2.0.55
Browse files Browse the repository at this point in the history
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.48 to 2.0.55.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.48...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]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 45811e3 commit a297496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/wdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ proc-macro = true
cfg-if = "1.0.0"
proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = { version = "2.0.48", features = ["full"] }
syn = { version = "2.0.55", features = ["full"] }

[dev-dependencies]
# use path dependency instead of workspace due to: https://github.com/eupn/macrotest/issues/95
Expand All @@ -31,7 +31,7 @@ lazy_static = "1.4.0"
# Pin to github version due to: https://github.com/eupn/macrotest/issues/94
macrotest = { git = "https://github.com/eupn/macrotest", rev = "c4151a5" }
paste = "1.0.14"
syn = { version = "2.0.48", features = ["extra-traits"] }
syn = { version = "2.0.55", features = ["extra-traits"] }
trybuild = "1.0.89"
owo-colors = "4.0.0"

Expand Down

0 comments on commit a297496

Please sign in to comment.