From 2552f15948d4f3696689736ef8ae4fae502b7196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:47:43 +0000 Subject: [PATCH] Bump the rust-minor-patch group with 1 update Bumps the rust-minor-patch group with 1 update: [serde_json](https://github.com/serde-rs/json). - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-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 01a7bc4..c002c5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1645,9 +1645,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.107" +version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" +checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 3345ab8..380320a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "client"] [workspace.dependencies] serde = { version = "1.0.190", default-features = false, features = ["std", "derive"] } -serde_json = { version = "1.0.107", default-features = false, features = ["std"] } +serde_json = { version = "1.0.108", default-features = false, features = ["std"] } thiserror = { version = "1.0.50", default-features = false } uuid = { version = "1.5.0", default-features = false, features = ["v4", "fast-rng", "serde"] }