From 82523360adcf1fd9ef9043dbc2c95aedccd9e55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 15:11:51 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.78 to 1.0.91 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.78 to 1.0.91. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.78...v1.0.91) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3ce38d2..9d82d2fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,9 +1540,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.78" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085" +checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" dependencies = [ "itoa 1.0.1", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 7061fdf3..05bdf20d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ crossterm = "0.23" merge = "0.1.0" config = { version = "0.11.0", default-features = false, features = ["toml"] } serde = { version = "1.0.136", features = ["derive"] } -serde_json = "1.0.78" +serde_json = "1.0.91" strum = "0.23" strum_macros = "0.23" minicbor = "0.13"