From 506a310a9eaea3b18a86b14452ea8133b68ae0a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:49:32 +0000 Subject: [PATCH] build(deps): update rust crate serde_json to 1.0.132 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcd0652f..bc6049c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2578,9 +2578,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.131" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67d42a0bd4ac281beff598909bb56a86acaf979b84483e1c79c10dcaf98f8cf3" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 50679742..95a2835a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ regex = { version = "1.11.0", default-features = false, features = ["perf", "std rust-ini = "0.21.1" semver = "1.0.23" serde = { version = "1.0.210", features = ["derive"] } -serde_json = "1.0.131" +serde_json = "1.0.132" sha1 = "0.10.6" shadow-rs = { version = "0.35.1", default-features = false } # battery is optional (on by default) because the crate doesn't currently build for Termux