Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f7179e9424..f20cba9865 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -587,6 +587,7 @@ dependencies = [
"itertools",
"la-arena",
"limit",
+ "nohash-hasher",
"once_cell",
"profile",
"project-model",
@@ -650,6 +651,7 @@ dependencies = [
"ide-diagnostics",
"ide-ssr",
"itertools",
+ "nohash-hasher",
"oorandom",
"profile",
"pulldown-cmark",
@@ -719,6 +721,7 @@ dependencies = [
"limit",
"line-index",
"memchr",
+ "nohash-hasher",
"once_cell",
"oorandom",
"parser",
@@ -764,6 +767,7 @@ dependencies = [
"hir",
"ide-db",
"itertools",
+ "nohash-hasher",
"parser",
"stdx",
"syntax",
@@ -1485,6 +1489,7 @@ dependencies = [
"mbe",
"mimalloc",
"mio",
+ "nohash-hasher",
"num_cpus",
"oorandom",
"parking_lot 0.12.1",
@@ -1708,7 +1713,6 @@ dependencies = [
"backtrace",
"libc",
"miow",
- "nohash-hasher",
"winapi",
]
@@ -2066,6 +2070,7 @@ version = "0.0.0"
dependencies = [
"fst",
"indexmap",
+ "nohash-hasher",
"paths",
"rustc-hash",
"stdx",