From b120d7e58f62d820b8a1ceab84d7fcac559f3646 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:59:21 +0000 Subject: [PATCH] build(deps): 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 6cd790c79..4ac0ee74e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3082,9 +3082,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 = [ "indexmap", "itoa", diff --git a/Cargo.toml b/Cargo.toml index bbb720021..f6ac6f715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ regex = { version = "1.11.1", default-features = false, features = ["perf", "std rust-ini = "0.21.2" semver = "1.0.26" serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.141" +serde_json = "1.0.142" sha1 = "0.10.6" shadow-rs = { version = "1.2.0", default-features = false, features = ["build"] } # battery is optional (on by default) because the crate doesn't currently build for Termux