Skip to content

Commit 9f73fdd

Browse files
Merge pull request #441 from mehcode/dependabot/cargo/indexmap-2.0.0
Update indexmap requirement from 1.7.0 to 2.0.0
2 parents a3e2694 + 4c1147c commit 9f73fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ yaml-rust = { version = "0.4", optional = true }
3636
rust-ini = { version = "0.18", optional = true }
3737
ron = { version = "0.8", optional = true }
3838
json5_rs = { version = "0.4", optional = true, package = "json5" }
39-
indexmap = { version = "1.7.0", features = ["serde-1"], optional = true}
39+
indexmap = { version = "2.0.0", features = ["serde"], optional = true }
4040
convert_case = { version = "0.6", optional = true }
4141
pathdiff = "0.2"
4242

0 commit comments

Comments
 (0)