From 805591c5fde2120e355fd5657ff40c53e7a4f1c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Apr 2025 02:05:26 +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 f61ef38..0e141b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ env_logger = "0.11.6" 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"