diff --git a/Cargo.lock b/Cargo.lock index 1b4e712f8f00..6ac1044d6b1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" +checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a" dependencies = [ "autocfg", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index c07161ee4296..56624cb01ee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ numpy = "0.16.2" rand = "0.8" rand_pcg = "0.3" rand_distr = "0.4.3" -indexmap = "1.8.1" +indexmap = "1.8.2" ahash = "0.7.6" num-complex = "0.4"