From 24e8804aed52ec4f098df07fd15835612bf20623 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Aug 2025 00:19:23 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.142 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d22d9f..7089022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3162,9 +3162,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.141" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" +checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 1c656a4..172ff5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "4.5.42", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.98" serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.141" +serde_json = "1.0.142" rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] } actix-web = "4.11.0" actix-session = { version = "0.10.1", features = ["redis-session"] }