From fccf4ccebf1533989234ec13c5a0f6d44e47e937 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 04:13:23 +0000 Subject: [PATCH] build(deps): update rust crate serde_json to 1.0.133 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66809c868..cb5f890bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2588,9 +2588,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index c8e79ec77..b7dff974b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ regex = { version = "1.11.1", default-features = false, features = ["perf", "std rust-ini = "0.21.1" semver = "1.0.23" serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.132" +serde_json = "1.0.133" sha1 = "0.10.6" shadow-rs = { version = "0.36.0", default-features = false } # battery is optional (on by default) because the crate doesn't currently build for Termux