From 9958bcc1a19045e2907d72ec0e2bbe246f93e9a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate@communiquons.org> Date: Mon, 31 Mar 2025 00:33:55 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.219 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24d1b51..c321a25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["text-processing"] [dependencies] serde_json = "1.0.96" reqwest = { version = "0.12.4", features = ["json"] } -serde = { version = "1.0.163", features = ["derive"] } +serde = { version = "1.0.219", features = ["derive"] } log = "0.4.27" zip = { version = "2.1.3", optional = true } mktemp = { version = "0.5.1", optional = true }