Skip to content

Commit 68076a1

Browse files
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](indexmap-rs/indexmap@1.7.0...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3e2694 commit 68076a1

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-1"], optional = true}
4040
convert_case = { version = "0.6", optional = true }
4141
pathdiff = "0.2"
4242

0 commit comments

Comments
 (0)