diff --git a/Cargo.toml b/Cargo.toml index 7fcdf3e9..a9b77b86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["yaml", "serde"] [dependencies] ryu = "1.0" -indexmap = "1.5" +indexmap = { version = "1.5.2", features = ["std"] } serde = "1.0.69" yaml-rust = "0.4.5"