From 12663ad1220cf2764b3a9afc106c496014784174 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 06:54:14 +0000 Subject: [PATCH] build(deps): update rust crate serde_json to 1.0.99 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f29e3677..0646466d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2756,9 +2756,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.97" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a" +checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index b2eb97df..d3f3b92d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ regex = { version = "1.8.4", default-features = false, features = ["perf", "std" rust-ini = "0.19.0" semver = "1.0.17" serde = { version = "1.0.164", features = ["derive"] } -serde_json = "1.0.97" +serde_json = "1.0.99" sha1 = "0.10.5" shadow-rs = { version = "0.23.0", default-features = false } # battery is optional (on by default) because the crate doesn't currently build for Termux