From 06d2d2f869cd4c8c48898fae28fb91d6716e35c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 15 May 2026 00:11:57 +0900 Subject: refactor(advisory): replace JsonSerializable with serde::Serialize --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a742156..8dbc56f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2024" shirabe-php-shim = { path = "crates/shirabe-php-shim" } anyhow = "1.0.102" base64 = "0.22.1" -chrono = "0.4.44" +chrono = { version = "0.4.44", features = ["serde"] } indexmap = { version = "2.14.0", features = ["serde"] } md5 = "0.7.0" regex = "1.12.3" -- cgit v1.3.1