diff --git a/Cargo.lock b/Cargo.lock index 11a06e6855ac..21bcb3ca0162 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,9 +108,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "hashbrown" -version = "0.14.0" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" dependencies = [ "ahash", "allocator-api2", @@ -129,12 +129,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e" +checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" dependencies = [ "equivalent", - "hashbrown 0.14.0", + "hashbrown 0.14.2", "rayon", ] @@ -334,8 +334,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38" dependencies = [ "cfg-if", - "hashbrown 0.14.0", - "indexmap 2.0.1", + "hashbrown 0.14.2", + "indexmap 2.0.2", "indoc", "libc", "memoffset", @@ -395,7 +395,7 @@ dependencies = [ name = "qiskit-qasm2" version = "1.0.0" dependencies = [ - "hashbrown 0.14.0", + "hashbrown 0.14.2", "pyo3", ] @@ -404,8 +404,8 @@ name = "qiskit_accelerate" version = "1.0.0" dependencies = [ "ahash", - "hashbrown 0.14.0", - "indexmap 2.0.1", + "hashbrown 0.14.2", + "indexmap 2.0.2", "ndarray", "num-bigint", "num-complex", @@ -537,8 +537,8 @@ checksum = "72abf7976bc09a30391248b3c6509338b235c02b0e9b0bf8af686c289cad3f45" dependencies = [ "ahash", "fixedbitset", - "hashbrown 0.14.0", - "indexmap 2.0.1", + "hashbrown 0.14.2", + "indexmap 2.0.2", "num-traits", "petgraph", "priority-queue", diff --git a/crates/accelerate/Cargo.toml b/crates/accelerate/Cargo.toml index 2051680d6598..25e90763ad34 100644 --- a/crates/accelerate/Cargo.toml +++ b/crates/accelerate/Cargo.toml @@ -42,5 +42,5 @@ version = "0.14.0" features = ["rayon"] [dependencies.indexmap] -version = "2.0.1" +version = "2.0.2" features = ["rayon"]