From 3fff4d624e377f0e6d2e43e447291d1862542bae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Sep 2025 00:38:58 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.143 --- central_backend/Cargo.lock | 4 ++-- central_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index ce333d2..5a65b70 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -2646,9 +2646,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/central_backend/Cargo.toml b/central_backend/Cargo.toml index 95fc826..7b093ae 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -20,7 +20,7 @@ actix-web = { version = "4.11.0", features = ["openssl"] } futures = "0.3.31" serde = { version = "1.0.219", features = ["derive"] } reqwest = { version = "0.12.23", features = ["json"] } -serde_json = "1.0.142" +serde_json = "1.0.143" rand = "0.9.2" actix = "0.13.5" actix-identity = "0.8.0"