Skip to content

Commit 966bd40

Browse files
committed
fix(toml): Correct minimal version for indexmap
Fixes #997
1 parent 2ed2af6 commit 966bd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/toml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ preserve_order = ["dep:indexmap", "std"]
5050

5151
[dependencies]
5252
serde = { version = "1.0.145", default-features = false, features = ["alloc"], optional = true }
53-
indexmap = { version = "2.0.0", default-features = false, optional = true }
53+
indexmap = { version = "2.3.0", default-features = false, optional = true }
5454
toml_parser = { version = "1.0.0", path = "../toml_parser", default-features = false, features = ["alloc"], optional = true }
5555
winnow = { version = "0.7.10", default-features = false, optional = true }
5656
anstream = { version = "0.6.15", optional = true }

0 commit comments

Comments
 (0)