summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-08-18 00:54:07 -0700
committerWilfred Hughes <me@wilfred.me.uk>2023-08-18 08:44:33 -0700
commitaffce75a37ab620980be0c54626b0079ebb17940 (patch)
tree7653138cecbc970b2a3405886051b1a927fb5259 /Cargo.lock
parentb6d8ecbd4f3f863b2c587ff367f5409787f7c2f8 (diff)
Use id-arena for Vertexid_arena_for_vertex
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f83139601..df5500598 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -245,6 +245,7 @@ dependencies = [
"glob",
"hashbrown 0.12.3",
"humansize",
+ "id-arena",
"itertools",
"lazy_static",
"libc",
@@ -384,6 +385,12 @@ dependencies = [
]
[[package]]
+name = "id-arena"
+version = "2.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
+
+[[package]]
name = "indexmap"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"