From 8559aa20cfd5b835024d5a0d3a0cbe7619d1a5ca Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 04:13:25 +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 150463eb4..9fd1d7762 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -19,7 +19,7 @@ otel-tracing = ["tracing-config", "qcs-api-client-grpc/otel-tracing", "qcs-api-c cached = "0.44.0" enum-as-inner = "0.5.1" futures = "0.3.24" -indexmap = "1.9.1" +indexmap = "1.9.1, ||, ^2.0.0" lazy_static = "1.4.0" ndarray.workspace = true num = { version = "0.4.0", features = ["serde"] }