From 0447cc3ffa511de87bd4a4ea21455d0377173d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:30:01 +0200 Subject: [PATCH] chore(deps,cargo): bump serde_json from 1.0.127 to 1.0.128 in the cargo group (#222) Bumps the cargo group with 1 update: [serde_json](https://github.com/serde-rs/json). Updates `serde_json` from 1.0.127 to 1.0.128 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 612fd37..d944a8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -562,9 +562,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 6a5a4f8..ef2bc23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ prost-types = "0.13.2" url = { version = "2.5.2", optional = true } semver = { version = "1.0.23", optional = true } serde = { version = "1.0.209", features = ["derive"] } -serde_json = "1.0.127" +serde_json = "1.0.128" serde_yaml = { version = "0.9.34", optional = true } thiserror = { version = "1.0.63", optional = true }