From 87fed55d8cfd91d801fc78a3b2f5b7f3da1e9c00 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Aug 2025 00:27:27 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.143 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b7ea33..a2b32e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3162,9 +3162,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.142" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" +checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b705d46..230b755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "4.5.45", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.99" serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.142" +serde_json = "1.0.143" rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] } actix-web = "4.11.0" actix-session = { version = "0.10.1", features = ["redis-session"] }