Skip to content

Commit

Permalink
chore(deps): update syn requirement from 1.0.42 to 2.0.44
Browse files Browse the repository at this point in the history
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.42...2.0.44)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent d69f012 commit f3144e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ proc-macro2 = { version = "1.0.24", features = ["span-locations"] }
proc-macro-crate = "2.0.0"
proc-macro-error = "1.0.4"
quote = "1.0.7"
syn = "1.0.42"
syn = "2.0.44"
synstructure = "0.12.4"

0 comments on commit f3144e6

Please sign in to comment.