From 8b33767f4bd57b856786264d06b0dc1ff66f6ae6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 00:34:47 +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 47ff64f..e5e52f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ env_logger = "0.11.8" clap = { version = "4.5.34", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.97" -serde = { version = "1.0.217", features = ["derive"] } +serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.137" rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] } actix-web = "4.10.2"