From e7213b9d24632601b59a7515f383179428429ca5 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 3 May 2026 17:33:24 -0400 Subject: [PATCH] bump: serde_json --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b2fbe7..c5e892e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" [dependencies] serde = { version = "1.0.228", features = ["derive"] } -serde_json = { version = "1.0.145" } +serde_json = { version = "1.0.149" } rand = { version = "0.10.1" } time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] } uuid = { version = "1.23.1", features = ["v4", "serde"] }