summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-26 18:59:24 +0000
committerGitHub <noreply@github.com>2023-06-26 18:59:24 +0000
commit68076a10c26f2d766940ee2bd61ea77cf39b3226 (patch)
treebc7a6668062924b846f65889174f260018027c1e
parenta3e2694b0381e7e9412f88ff52a26153f42098cb (diff)
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] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"