From a74fc21a98b24dfa758de60c01f53df4125f9bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:22:36 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.122 to 1.0.124 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.122 to 1.0.124. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.122...v1.0.124) --- 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 c0d339f4..b2c3d8e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2874,9 +2874,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 888a8d2f..198fcae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ cfg-if = "1.0.0" clap = { version = "4.5.13", optional = true, features = ["derive"] } # ipc -serde_json = { version = "1.0.122", optional = true } +serde_json = { version = "1.0.124", optional = true } # http reqwest = { version = "0.12.5", default-features = false, features = ["default-tls", "http2"], optional = true }