This repository was archived by the owner on May 28, 2025. It is now read-only.
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 = [
122122
123123[[package ]]
124124name = " boxcar"
125- version = " 0.2.10 "
125+ version = " 0.2.11 "
126126source = " registry+https://github.com/rust-lang/crates.io-index"
127- checksum = " 225450ee9328e1e828319b48a89726cffc1b0ad26fd9211ad435de9fa376acae "
127+ checksum = " 6740c6e2fc6360fa57c35214c7493826aee95993926092606f27c983b40837be "
128128dependencies = [
129129 " loom" ,
130130]
@@ -2039,9 +2039,9 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
20392039
20402040[[package ]]
20412041name = " salsa"
2042- version = " 0.19 .0"
2042+ version = " 0.20 .0"
20432043source = " registry+https://github.com/rust-lang/crates.io-index"
2044- checksum = " dd55c6549513b2a42884dae31e3d4f4ac8a6cc51062e68e24d162133889f327c "
2044+ checksum = " 1be22155f8d9732518b2db2bf379fe6f0b2375e76b08b7c8fe6c1b887d548c24 "
20452045dependencies = [
20462046 " boxcar" ,
20472047 " crossbeam-queue" ,
@@ -2056,20 +2056,21 @@ dependencies = [
20562056 " salsa-macro-rules" ,
20572057 " salsa-macros" ,
20582058 " smallvec" ,
2059+ " thin-vec" ,
20592060 " tracing" ,
20602061]
20612062
20622063[[package ]]
20632064name = " salsa-macro-rules"
2064- version = " 0.19 .0"
2065+ version = " 0.20 .0"
20652066source = " registry+https://github.com/rust-lang/crates.io-index"
2066- checksum = " 2619b4b451beab0a7e4364ff1e6f31950e7e418888fd9bf2f28889671563166a "
2067+ checksum = " f55a7ef0a84e336f7c5f0332d81727f5629fe042d2aa556c75307afebc9f78a5 "
20672068
20682069[[package ]]
20692070name = " salsa-macros"
2070- version = " 0.19 .0"
2071+ version = " 0.20 .0"
20712072source = " registry+https://github.com/rust-lang/crates.io-index"
2072- checksum = " 4be57a99b3896e8d26850428a6874fb86849e2db874e1db3528e5cee4337d277 "
2073+ checksum = " 8d0e88a9c0c0d231a63f83dcd1a2c5e5d11044fac4b65bc9ad3b68ab48b0a0ab "
20732074dependencies = [
20742075 " heck" ,
20752076 " proc-macro2" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ debug = 2
4646
4747# ungrammar = { path = "../ungrammar" }
4848
49- # rust-analyzer- salsa = { path = "../salsa" }
49+ # salsa = { path = "../salsa" }
5050
5151[workspace .dependencies ]
5252# local crates
@@ -131,7 +131,7 @@ process-wrap = { version = "8.2.0", features = ["std"] }
131131pulldown-cmark-to-cmark = " 10.0.4"
132132pulldown-cmark = { version = " 0.9.6" , default-features = false }
133133rayon = " 1.10.0"
134- salsa = " 0.19 "
134+ salsa = " 0.20.0 "
135135rustc-hash = " 2.1.1"
136136semver = " 1.0.26"
137137serde = { version = " 1.0.219" }
You can’t perform that action at this time.
0 commit comments