From a2df5b60718ed91d18cedb8371d1ca71cecb7aac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 02:34:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgraded=20Rust=20crate=20?= =?UTF-8?q?indexmap=20to=20`2.2`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/subtale-mimir/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/subtale-mimir/Cargo.toml b/crates/subtale-mimir/Cargo.toml index edf44d2..8fd9fbc 100644 --- a/crates/subtale-mimir/Cargo.toml +++ b/crates/subtale-mimir/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" [dependencies] float-cmp = { version = "0.9", optional = true } -indexmap = "2.0" +indexmap = "2.2" rand = "0.8" serde = { version = "1.0", features = ["derive"], optional = true }