From 53c22d5e65ef982b81adbdf718bd504689a0365f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Apr 2025 00:27:28 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.140 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c93246..b5bf848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "4.5.35", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.97" serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.137" +serde_json = "1.0.140" rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] } actix-web = "4.10.2" actix-session = { version = "0.10.1", features = ["redis-session"] }