aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-15 00:06:48 +0900
committernsfisis <nsfisis@gmail.com>2026-05-15 00:06:48 +0900
commitc371c369e542b04ee93841d7a583a887a9394878 (patch)
tree5985a16d6ed3dc19e39186fd59415f16d16b943b /Cargo.toml
parentf13b6c51413f8a3b96e2747505a2a3156407204a (diff)
downloadphp-shirabe-c371c369e542b04ee93841d7a583a887a9394878.tar.gz
php-shirabe-c371c369e542b04ee93841d7a583a887a9394878.tar.zst
php-shirabe-c371c369e542b04ee93841d7a583a887a9394878.zip
feat(json): enable preserve_order feature of serde_json
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e87d0c1..a742156 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,6 @@ indexmap = { version = "2.14.0", features = ["serde"] }
md5 = "0.7.0"
regex = "1.12.3"
serde = { version = "1.0.228", features = ["derive"] }
-serde_json = "1.0.149"
+serde_json = { version = "1.0.149", features = ["preserve_order"] }
sha1 = "0.10.6"
url = "2.5.8"