Skip to content

Commit

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

---
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 May 8, 2024
1 parent 66c6b16 commit 20bbe00
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 @@ -24,7 +24,7 @@ itertools = "0.12.1"
proc-macro2 = "1.0.81"
quote = "1.0.35"
scratch = "1.0"
syn = { version = "2.0.58", features = ["full"] }
syn = { version = "2.0.61", features = ["full"] }

[dev-dependencies]
wdk-sys.workspace = true
Expand All @@ -36,7 +36,7 @@ owo-colors = "4.0.0"
paste = "1.0.14"
pretty_assertions = "1.4.0"
rustversion = "1.0.15"
syn = { version = "2.0.58", features = ["extra-traits"] }
syn = { version = "2.0.61", features = ["extra-traits"] }
trybuild = "1.0.91"

[package.metadata.cargo-udeps.ignore]
Expand Down

0 comments on commit 20bbe00

Please sign in to comment.