From b0d6705660efd0f8b023c8e9b1ed076191555ad7 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate@communiquons.org>
Date: Fri, 4 Apr 2025 00:35:01 +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 a4214c2..a9eded2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
 log = "0.4.27"
 env_logger = "0.11.8"
 anyhow = "1.0.97"
-serde = { version = "1.0.218", features = ["derive"] }
+serde = { version = "1.0.219", features = ["derive"] }
 serde_json = "1.0.140"
 schemars = "0.8.22"
 tokio = { version = "1.37.0", features = ["full"] }