From 3640ca5f42fd8fb28bd800c939b57391d3a1452f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 04:32:00 +0000 Subject: [PATCH] Update Rust crate indexmap to 2.2.2 (#17) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 016256b..f093f69 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -17,7 +17,7 @@ path = "src/lib.rs" clap = { version = "4", features = ["derive", "string"] } contracts = "0.6.3" env_logger = "0.11" -indexmap = "2.1.0" +indexmap = "2.2.2" exec = "0.3.1" itertools = "0.12.1" kdl = "4"