File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ dependencies = [
122
122
123
123
[[package ]]
124
124
name = " boxcar"
125
- version = " 0.2.10 "
125
+ version = " 0.2.11 "
126
126
source = " registry+https://github.com/rust-lang/crates.io-index"
127
- checksum = " 225450ee9328e1e828319b48a89726cffc1b0ad26fd9211ad435de9fa376acae "
127
+ checksum = " 6740c6e2fc6360fa57c35214c7493826aee95993926092606f27c983b40837be "
128
128
dependencies = [
129
129
" loom" ,
130
130
]
@@ -2039,9 +2039,9 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2039
2039
2040
2040
[[package ]]
2041
2041
name = " salsa"
2042
- version = " 0.19 .0"
2042
+ version = " 0.20 .0"
2043
2043
source = " registry+https://github.com/rust-lang/crates.io-index"
2044
- checksum = " dd55c6549513b2a42884dae31e3d4f4ac8a6cc51062e68e24d162133889f327c "
2044
+ checksum = " 1be22155f8d9732518b2db2bf379fe6f0b2375e76b08b7c8fe6c1b887d548c24 "
2045
2045
dependencies = [
2046
2046
" boxcar" ,
2047
2047
" crossbeam-queue" ,
@@ -2056,20 +2056,21 @@ dependencies = [
2056
2056
" salsa-macro-rules" ,
2057
2057
" salsa-macros" ,
2058
2058
" smallvec" ,
2059
+ " thin-vec" ,
2059
2060
" tracing" ,
2060
2061
]
2061
2062
2062
2063
[[package ]]
2063
2064
name = " salsa-macro-rules"
2064
- version = " 0.19 .0"
2065
+ version = " 0.20 .0"
2065
2066
source = " registry+https://github.com/rust-lang/crates.io-index"
2066
- checksum = " 2619b4b451beab0a7e4364ff1e6f31950e7e418888fd9bf2f28889671563166a "
2067
+ checksum = " f55a7ef0a84e336f7c5f0332d81727f5629fe042d2aa556c75307afebc9f78a5 "
2067
2068
2068
2069
[[package ]]
2069
2070
name = " salsa-macros"
2070
- version = " 0.19 .0"
2071
+ version = " 0.20 .0"
2071
2072
source = " registry+https://github.com/rust-lang/crates.io-index"
2072
- checksum = " 4be57a99b3896e8d26850428a6874fb86849e2db874e1db3528e5cee4337d277 "
2073
+ checksum = " 8d0e88a9c0c0d231a63f83dcd1a2c5e5d11044fac4b65bc9ad3b68ab48b0a0ab "
2073
2074
dependencies = [
2074
2075
" heck" ,
2075
2076
" proc-macro2" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ debug = 2
46
46
47
47
# ungrammar = { path = "../ungrammar" }
48
48
49
- # rust-analyzer- salsa = { path = "../salsa" }
49
+ # salsa = { path = "../salsa" }
50
50
51
51
[workspace .dependencies ]
52
52
# local crates
@@ -131,7 +131,7 @@ process-wrap = { version = "8.2.0", features = ["std"] }
131
131
pulldown-cmark-to-cmark = " 10.0.4"
132
132
pulldown-cmark = { version = " 0.9.6" , default-features = false }
133
133
rayon = " 1.10.0"
134
- salsa = " 0.19 "
134
+ salsa = " 0.20.0 "
135
135
rustc-hash = " 2.1.1"
136
136
semver = " 1.0.26"
137
137
serde = { version = " 1.0.219" }
You can’t perform that action at this time.
0 commit comments