summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 760ad2ee5..0bc5f103a 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -15,8 +15,7 @@ path = "lib.rs"
[dependencies]
anyhow = "1.0.43"
futures = "0.3.16"
-# TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved
-indexmap = "=1.6.2"
+indexmap = "1.7.0"
lazy_static = "1.4.0"
libc = "0.2.106"
log = "0.4.14"