From 389ea5b6a948bb8941a8a3270fe148a827929dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 07:05:39 +0000 Subject: [PATCH] Update indexmap requirement from 1.9.1 to 2.0.0 Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.9.1...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/ir/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ir/Cargo.toml b/crates/ir/Cargo.toml index 713ff6e4..dbf08c08 100644 --- a/crates/ir/Cargo.toml +++ b/crates/ir/Cargo.toml @@ -20,4 +20,4 @@ smallvec = "1.7.0" fxhash = "0.2.1" dyn-clone = "1.0.4" sonatina-triple = { path = "../triple", version = "0.0.3-alpha" } -indexmap = "1.9.1" +indexmap = "2.0.0"