From bb0e7d14ed9f810f7cbaf7728f77a3bbc3c8207f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:58:17 +0000 Subject: [PATCH] fix(deps): update rust crate indexmap to 2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81f62650..804937ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ pre-release-replacements = [ [dependencies] fixedbitset = "0.4.2" num-traits = "0.2.17" -indexmap = "2.0.2" +indexmap = "2.1.0" rustc-hash = "1.1.0" integer-sqrt = "0.1.5" thiserror = "1.0.50"