Update dependencies, remove unused heck dependency (#894)
Some checks are pending
Book / Book (push) Waiting to run
Book / Deploy (push) Blocked by required conditions
Release-plz / Release-plz release (push) Waiting to run
Release-plz / Release-plz PR (push) Waiting to run
Test / Test (push) Waiting to run
Test / Miri (push) Waiting to run
Test / Shuttle (push) Waiting to run
Test / Benchmarks (push) Waiting to run

* Store tracked struct ids as Vec on Revisions

* Use reserve

* Discard changes to tests/parallel/cycle_a_t1_b_t2_fallback.rs

* Try boxed slice

* Use thinvec

* Update dependencies, remove unused heck

* Discard changes to src/function/diff_outputs.rs

* Discard changes to src/tracked_struct.rs

* Discard changes to src/zalsa_local.rs

* Discard changes to tests/parallel/cycle_a_t1_b_t2_fallback.rs
This commit is contained in:
Micha Reiser 2025-06-02 12:00:52 +02:00 committed by GitHub
parent 2b5188778e
commit 14318b7266
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"