Skip to content

Commit 14318b7

Browse files
authored
Update dependencies, remove unused heck dependency (#894)
* 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
1 parent 2b51887 commit 14318b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/salsa-macros/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ description = "Procedural macros for the salsa crate"
1212
proc-macro = true
1313

1414
[dependencies]
15-
heck = "0.5.0"
1615
proc-macro2 = "1.0"
1716
quote = "1.0"
18-
syn = { version = "2.0.64", features = ["full", "visit-mut"] }
19-
synstructure = "0.13.1"
17+
syn = { version = "2.0.101", features = ["full", "visit-mut"] }
18+
synstructure = "0.13.2"

0 commit comments

Comments
 (0)