From 91068f7587ef94c485cf4ad214f1dab46542d469 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 04:00:47 +0000 Subject: [PATCH] chore: Update Rust crate indexmap to v2 --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 39fb717ca..9fcda5050 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -20,7 +20,7 @@ libquil = ["dep:libquil-sys"] cached = "0.44.0" enum-as-inner = "0.5.1" futures = "0.3.24" -indexmap = "1.9.1" +indexmap = "1.9.1, ||, ^2" lazy_static = "1.4.0" ndarray.workspace = true num = { version = "0.4.0", features = ["serde"] }