Skip to content

Update dependencies, remove unused heck dependency #894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 2, 2025
5 changes: 2 additions & 3 deletions components/salsa-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ description = "Procedural macros for the salsa crate"
proc-macro = true

[dependencies]
heck = "0.5.0"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0.64", features = ["full", "visit-mut"] }
synstructure = "0.13.1"
syn = { version = "2.0.101", features = ["full", "visit-mut"] }
synstructure = "0.13.2"