From a39fd3eb82c7e3796af95052a67b511b457be4ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Sep 2025 00:36:18 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.145 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8795110..89fe4b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "4.5.47", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.99" serde = { version = "1.0.225", features = ["derive"] } -serde_json = "1.0.143" +serde_json = "1.0.145" rust-s3 = { version = "0.37.0", features = ["tokio"] } actix-web = "4.11.0" actix-session = { version = "0.11.0", features = ["redis-session"] } -- 2.49.1