Skip to content

Commit

Permalink
Update syn requirement from 1.0.16 to 2.0.47
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.16...2.0.47)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent d358f90 commit 5675d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orientdb-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ proc-macro = true

[dependencies]
proc-macro2 = { version = "1.0.9" }
syn = { version = "1.0.16", features = [ "full" ] }
syn = { version = "2.0.47", features = [ "full" ] }
quote = { version = "1.0.2"}

0 comments on commit 5675d25

Please sign in to comment.