From 15cc60aad92d567b4af0817f6d79046dbb3d4d2a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 20:49:35 +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 979d674..6a981bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["text-processing"] [dependencies] serde_json = "1.0.96" reqwest = { version = "0.12.15", 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 }