diff --git a/crates/toml_edit/Cargo.toml b/crates/toml_edit/Cargo.toml index cb431852..414b63cc 100644 --- a/crates/toml_edit/Cargo.toml +++ b/crates/toml_edit/Cargo.toml @@ -47,7 +47,7 @@ serde = ["dep:serde", "toml_datetime/serde", "dep:serde_spanned"] unbounded = [] [dependencies] -indexmap = "1.9.1" +indexmap = { version = "1.9.1", features = ["std"] } winnow = "0.3.0" serde = { version = "1.0.145", optional = true } kstring = { version = "2.0.0", features = ["max_inline"], optional = true }