diff --git a/Cargo.toml b/Cargo.toml index e0d97b981..69dec0c2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,10 @@ repository = "https://github.com/serde-rs/json" rust-version = "1.36" [dependencies] -serde = { version = "1.0.100", default-features = false } indexmap = { version = "2", optional = true } itoa = "1.0" ryu = "1.0" +serde = { version = "1.0.100", default-features = false } [dev-dependencies] automod = "1.0"