From 008ed88e194947d902944408593dd99d210fc700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:24:26 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.105 to 1.0.108 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.108. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.108) --- 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 768ebf8..1315804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1201,9 +1201,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 46f4c45..79404d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ oscar-io = "0.1.3" rand = "0.8.5" rayon = "1.5.1" runiq-lib = "1.2.2" -serde_json = "1.0.78" +serde_json = "1.0.108" sha2 = "0.10.1" zstd = { version = "0.11.2", optional = true } walkdir = "2.3.3"