Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index 34067c6170..90816540fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,12 +739,6 @@ dependencies = [ ] [[package]] -name = "hashbrown" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" - -[[package]] name = "hashlink" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -770,7 +764,7 @@ dependencies = [ [[package]] name = "helix-lsp-types" version = "0.95.1" -source = "git+https://github.com/bend-n/helix#9e8efb0a840f362070bd972fd0b75f5c70982202" +source = "git+https://github.com/bend-n/helix#9ead3f1e21c00cae26d9b27d89c82bcecace2295" dependencies = [ "bitflags 2.10.0", "serde", @@ -1197,7 +1191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.15.5", "serde", "serde_core", ] |