From 79caf276312947b502df0b905c117f76557edc61 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 4 Jul 2023 12:12:11 -0700 Subject: [PATCH] Sort Cargo.toml dependencies list --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"