From e398a73be535ff24e47e5a5c9552f4df9c8d294c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 06:53:53 +0000 Subject: [PATCH] build(deps): update rust crate serde_json to 1.0.125 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9949a052..55d0ab46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2600,9 +2600,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.124" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" +checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 6988027d..dea1930e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ regex = { version = "1.10.6", default-features = false, features = ["perf", "std rust-ini = "0.21.1" semver = "1.0.23" serde = { version = "1.0.207", features = ["derive"] } -serde_json = "1.0.124" +serde_json = "1.0.125" sha1 = "0.10.6" shadow-rs = { version = "0.32.0", default-features = false } # battery is optional (on by default) because the crate doesn't currently build for Termux