diff --git a/Cargo.toml b/Cargo.toml index 76c232a..43b563d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ autocfg = "1" [dependencies] equivalent = "1.0.1" -indexmap = {version = "2", features = [], default-features = false} +indexmap = {version = "2.2", features = [], default-features = false} serde = { version = "1", optional = true } [dev-dependencies]