From 1e773cbe6f75220b08b35ff966e22c947cda5101 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 10:04:29 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.94 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9240946..b635784 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1521,9 +1521,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.82" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" +checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index f4c1213..f155182 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ bluetooth-serial-port-async = "0.6.3" blurz = "0.4.0" ofiles = "0.2.0" serde = { version = "1.0.139", features = ["derive"] } -serde_json = "1.0.82" +serde_json = "1.0.94" notify-rust = "4.5.8" toml = "0.5.9" mpris = "2.0.0-rc2"