From af4871c759ad377f6e8b2cfe8d67fb341d028de4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:19:31 +0000 Subject: [PATCH] build(deps): update rust crate serde_json to 1.0.89 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1cf52f3..30b07499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2572,9 +2572,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" +checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index e1a629f6..08135558 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ regex = "1.7.0" rust-ini = "0.18.0" semver = "1.0.14" serde = { version = "1.0.147", features = ["derive"] } -serde_json = "1.0.88" +serde_json = "1.0.89" sha-1 = "0.10.0" shadow-rs = { version = "0.17.1", default-features = false } # battery is optional (on by default) because the crate doesn't currently build for Termux