@@ -88,7 +88,7 @@ dependencies = [
88
88
" lz4_flex" ,
89
89
" query-group-macro" ,
90
90
" rustc-hash 2.1.1" ,
91
- " salsa 0.19.0 " ,
91
+ " salsa" ,
92
92
" semver" ,
93
93
" span" ,
94
94
" stdx" ,
@@ -656,7 +656,7 @@ dependencies = [
656
656
" ra-ap-rustc_parse_format" ,
657
657
" rustc-hash 2.1.1" ,
658
658
" rustc_apfloat" ,
659
- " salsa 0.19.0 " ,
659
+ " salsa" ,
660
660
" smallvec" ,
661
661
" span" ,
662
662
" stdx" ,
@@ -687,7 +687,7 @@ dependencies = [
687
687
" parser" ,
688
688
" query-group-macro" ,
689
689
" rustc-hash 2.1.1" ,
690
- " salsa 0.19.0 " ,
690
+ " salsa" ,
691
691
" smallvec" ,
692
692
" span" ,
693
693
" stdx" ,
@@ -729,7 +729,7 @@ dependencies = [
729
729
" ra-ap-rustc_pattern_analysis" ,
730
730
" rustc-hash 2.1.1" ,
731
731
" rustc_apfloat" ,
732
- " salsa 0.19.0 " ,
732
+ " salsa" ,
733
733
" scoped-tls" ,
734
734
" smallvec" ,
735
735
" span" ,
@@ -966,7 +966,7 @@ dependencies = [
966
966
" query-group-macro" ,
967
967
" rayon" ,
968
968
" rustc-hash 2.1.1" ,
969
- " salsa 0.19.0 " ,
969
+ " salsa" ,
970
970
" span" ,
971
971
" stdx" ,
972
972
" syntax" ,
@@ -1190,12 +1190,6 @@ dependencies = [
1190
1190
" text-size" ,
1191
1191
]
1192
1192
1193
- [[package ]]
1194
- name = " linked-hash-map"
1195
- version = " 0.5.6"
1196
- source = " registry+https://github.com/rust-lang/crates.io-index"
1197
- checksum = " 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1198
-
1199
1193
[[package ]]
1200
1194
name = " litemap"
1201
1195
version = " 0.7.5"
@@ -1619,15 +1613,6 @@ version = "0.2.0"
1619
1613
source = " registry+https://github.com/rust-lang/crates.io-index"
1620
1614
checksum = " 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1621
1615
1622
- [[package ]]
1623
- name = " ppv-lite86"
1624
- version = " 0.2.21"
1625
- source = " registry+https://github.com/rust-lang/crates.io-index"
1626
- checksum = " 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1627
- dependencies = [
1628
- " zerocopy" ,
1629
- ]
1630
-
1631
1616
[[package ]]
1632
1617
name = " proc-macro-api"
1633
1618
version = " 0.0.0"
@@ -1785,7 +1770,7 @@ dependencies = [
1785
1770
" heck" ,
1786
1771
" proc-macro2" ,
1787
1772
" quote" ,
1788
- " salsa 0.19.0 " ,
1773
+ " salsa" ,
1789
1774
" syn" ,
1790
1775
]
1791
1776
@@ -1874,36 +1859,6 @@ dependencies = [
1874
1859
" tracing" ,
1875
1860
]
1876
1861
1877
- [[package ]]
1878
- name = " rand"
1879
- version = " 0.8.5"
1880
- source = " registry+https://github.com/rust-lang/crates.io-index"
1881
- checksum = " 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1882
- dependencies = [
1883
- " libc" ,
1884
- " rand_chacha" ,
1885
- " rand_core" ,
1886
- ]
1887
-
1888
- [[package ]]
1889
- name = " rand_chacha"
1890
- version = " 0.3.1"
1891
- source = " registry+https://github.com/rust-lang/crates.io-index"
1892
- checksum = " e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1893
- dependencies = [
1894
- " ppv-lite86" ,
1895
- " rand_core" ,
1896
- ]
1897
-
1898
- [[package ]]
1899
- name = " rand_core"
1900
- version = " 0.6.4"
1901
- source = " registry+https://github.com/rust-lang/crates.io-index"
1902
- checksum = " ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1903
- dependencies = [
1904
- " getrandom" ,
1905
- ]
1906
-
1907
1862
[[package ]]
1908
1863
name = " rayon"
1909
1864
version = " 1.10.0"
@@ -2113,26 +2068,6 @@ version = "1.0.20"
2113
2068
source = " registry+https://github.com/rust-lang/crates.io-index"
2114
2069
checksum = " 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2115
2070
2116
- [[package ]]
2117
- name = " salsa"
2118
- version = " 0.0.0"
2119
- dependencies = [
2120
- " dissimilar" ,
2121
- " expect-test" ,
2122
- " indexmap" ,
2123
- " itertools" ,
2124
- " linked-hash-map" ,
2125
- " lock_api" ,
2126
- " oorandom" ,
2127
- " parking_lot" ,
2128
- " rand" ,
2129
- " rustc-hash 2.1.1" ,
2130
- " salsa-macros 0.0.0" ,
2131
- " smallvec" ,
2132
- " tracing" ,
2133
- " triomphe" ,
2134
- ]
2135
-
2136
2071
[[package ]]
2137
2072
name = " salsa"
2138
2073
version = " 0.19.0"
@@ -2150,7 +2085,7 @@ dependencies = [
2150
2085
" rayon" ,
2151
2086
" rustc-hash 2.1.1" ,
2152
2087
" salsa-macro-rules" ,
2153
- " salsa-macros 0.19.0 " ,
2088
+ " salsa-macros" ,
2154
2089
" smallvec" ,
2155
2090
" tracing" ,
2156
2091
]
@@ -2161,16 +2096,6 @@ version = "0.19.0"
2161
2096
source = " registry+https://github.com/rust-lang/crates.io-index"
2162
2097
checksum = " 2619b4b451beab0a7e4364ff1e6f31950e7e418888fd9bf2f28889671563166a"
2163
2098
2164
- [[package ]]
2165
- name = " salsa-macros"
2166
- version = " 0.0.0"
2167
- dependencies = [
2168
- " heck" ,
2169
- " proc-macro2" ,
2170
- " quote" ,
2171
- " syn" ,
2172
- ]
2173
-
2174
2099
[[package ]]
2175
2100
name = " salsa-macros"
2176
2101
version = " 0.19.0"
@@ -2314,7 +2239,7 @@ dependencies = [
2314
2239
" hashbrown 0.14.5" ,
2315
2240
" la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2316
2241
" rustc-hash 2.1.1" ,
2317
- " salsa 0.19.0 " ,
2242
+ " salsa" ,
2318
2243
" stdx" ,
2319
2244
" syntax" ,
2320
2245
" text-size" ,
@@ -3267,26 +3192,6 @@ dependencies = [
3267
3192
" synstructure" ,
3268
3193
]
3269
3194
3270
- [[package ]]
3271
- name = " zerocopy"
3272
- version = " 0.8.23"
3273
- source = " registry+https://github.com/rust-lang/crates.io-index"
3274
- checksum = " fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
3275
- dependencies = [
3276
- " zerocopy-derive" ,
3277
- ]
3278
-
3279
- [[package ]]
3280
- name = " zerocopy-derive"
3281
- version = " 0.8.23"
3282
- source = " registry+https://github.com/rust-lang/crates.io-index"
3283
- checksum = " 6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154"
3284
- dependencies = [
3285
- " proc-macro2" ,
3286
- " quote" ,
3287
- " syn" ,
3288
- ]
3289
-
3290
3195
[[package ]]
3291
3196
name = " zerofrom"
3292
3197
version = " 0.1.6"
0 commit comments