From 504dabfe67e192a625954b5b7cd6409c5f5af572 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Sep 2025 00:36:54 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.227 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6431cdf..4d2c240 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ env_logger = "0.11.8" clap = { version = "4.5.48", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.100" -serde = { version = "1.0.226", features = ["derive"] } +serde = { version = "1.0.227", features = ["derive"] } serde_json = "1.0.143" rust-s3 = { version = "0.37.0", features = ["tokio"] } actix-web = "4.11.0"