From 841157e84791791c2d477bbd81c25f5f0b5565af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 08:58:44 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.94 to 1.0.96 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.94 to 1.0.96. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.94...v1.0.96) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fydia-utils/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e91f80..a5382d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2156,9 +2156,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.94" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" +checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" dependencies = [ "itoa", "ryu", diff --git a/fydia-utils/Cargo.toml b/fydia-utils/Cargo.toml index dc3399b..2e41535 100644 --- a/fydia-utils/Cargo.toml +++ b/fydia-utils/Cargo.toml @@ -9,6 +9,6 @@ edition = "2018" rand = "0.8.5" rand_core = { version = "0.6", features = ["std"] } serde = { version = "1.0.157", features = ["derive"] } -serde_json = "1.0.94" +serde_json = "1.0.96" http = "0.2.8" async-trait = "0.1.67"