diff --git a/Cargo.lock b/Cargo.lock index ab8e6bb146d9..8c6caf41d74d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,9 +15,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107" +checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" dependencies = [ "cfg-if", "getrandom", @@ -131,7 +131,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.2", + "ahash 0.8.3", "rayon", ] @@ -421,7 +421,7 @@ dependencies = [ name = "qiskit-terra" version = "0.24.0" dependencies = [ - "ahash 0.8.2", + "ahash 0.8.3", "hashbrown 0.13.2", "indexmap", "ndarray", diff --git a/Cargo.toml b/Cargo.toml index f8031c0ff9d6..b414ec384aa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ numpy = "0.18.0" rand = "0.8" rand_pcg = "0.3" rand_distr = "0.4.3" -ahash = "0.8.0" +ahash = "0.8.3" num-complex = "0.4" num-bigint = "0.4" rustworkx-core = "0.12"