From f9fe44f53d322acd7054b0c8ce70214f163009e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Sep 2025 00:35:19 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.225 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b864a62..66fd693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ env_logger = "0.11.8" clap = { version = "4.5.47", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.99" -serde = { version = "1.0.224", features = ["derive"] } +serde = { version = "1.0.225", features = ["derive"] } serde_json = "1.0.143" rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] } actix-web = "4.11.0" -- 2.49.1