summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-07-20 19:11:00 +0200
committerGitHub <noreply@github.com>2023-07-20 19:11:00 +0200
commit9f73fddb4ef712cc19c99d53837534bb3754aa16 (patch)
tree7a7ec21fa79c6084a171b8e0882f61ed6aa93e72
parenta3e2694b0381e7e9412f88ff52a26153f42098cb (diff)
parent4c1147c767623fe86759e90ec6d0884bac415643 (diff)
Merge pull request #441 from mehcode/dependabot/cargo/indexmap-2.0.0
Update indexmap requirement from 1.7.0 to 2.0.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3127cd6..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 = "1.7.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"