Skip to content

Commit f15ef49

Browse files
committed
chore: Force newer indexmap
1 parent b7ee4da commit f15ef49

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ yaml-rust2 = { version = "0.10", optional = true }
141141
rust-ini = { version = "0.21", optional = true }
142142
ron = { version = "0.8", optional = true }
143143
json5_rs = { version = "0.4", optional = true, package = "json5" }
144-
indexmap = { version = "2.2", features = ["serde"], optional = true }
144+
indexmap = { version = "2.10.0", features = ["serde"], optional = true }
145145
convert_case = { version = "0.6", optional = true }
146146
pathdiff = "0.2"
147147
winnow = "0.7.0"

0 commit comments

Comments
 (0)