aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Kuthe2024-01-11 13:13:39 +0000
committerGitHub2024-01-11 13:13:39 +0000
commit7739d3ece1828506bbf2ab87233d10e36c3f6098 (patch)
tree4c4058a835c6be356d8ef61df5b199d2fd2df178
parent84e24b33dcda16d1d64805f34dcc02d82d0de8f1 (diff)
Revert "build(deps): bump ahash from 0.8.6 to 0.8.7" (#9294)
-rw-r--r--Cargo.lock4
-rw-r--r--helix-core/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9f0e8dcd..a7e06b6e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
-version = "0.8.7"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
+checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
dependencies = [
"cfg-if",
"getrandom",
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index ff0bbcc3..d7fff6c6 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -31,7 +31,7 @@ once_cell = "1.19"
arc-swap = "1"
regex = "1"
bitflags = "2.4"
-ahash = "0.8.7"
+ahash = "0.8.6"
hashbrown = { version = "0.14.3", features = ["raw"] }
dunce = "1.0"