Skip to content

Commit

Permalink
chore(deps): update syn requirement from 1.0.109 to 2.0.63
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.109...2.0.63)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 14, 2024
1 parent 8802da5 commit 183fed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lurk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.31"
syn = { version = "1.0.109", features = ["derive", "extra-traits", "full"] }
syn = { version = "2.0.63", features = ["derive", "extra-traits", "full"] }

[dev-dependencies]
anyhow.workspace = true
Expand Down

0 comments on commit 183fed4

Please sign in to comment.