From 68076a10c26f2d766940ee2bd61ea77cf39b3226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 18:59:24 +0000 Subject: Update indexmap requirement from 1.7.0 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.7.0...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3127cd6..4a42af2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ yaml-rust = { version = "0.4", optional = true } rust-ini = { version = "0.18", optional = true } ron = { version = "0.8", optional = true } json5_rs = { version = "0.4", optional = true, package = "json5" } -indexmap = { version = "1.7.0", features = ["serde-1"], optional = true} +indexmap = { version = "2.0.0", features = ["serde-1"], optional = true} convert_case = { version = "0.6", optional = true } pathdiff = "0.2" -- cgit v1.2.3 From 4c1147c767623fe86759e90ec6d0884bac415643 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 20 Jul 2023 19:04:21 +0200 Subject: Fix feature name Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a42af2..91b69c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ yaml-rust = { version = "0.4", optional = true } rust-ini = { version = "0.18", optional = true } ron = { version = "0.8", optional = true } json5_rs = { version = "0.4", optional = true, package = "json5" } -indexmap = { version = "2.0.0", features = ["serde-1"], optional = true} +indexmap = { version = "2.0.0", features = ["serde"], optional = true } convert_case = { version = "0.6", optional = true } pathdiff = "0.2" -- cgit v1.2.3