From c72b26d0dd65548ef50cb9f89ea5d16fe55ff913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:05:38 +0100 Subject: [PATCH] Bump serde_json from 1.0.107 to 1.0.108 in /integration-test (#153) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108. - [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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration-test/Cargo.lock | 4 ++-- integration-test/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-test/Cargo.lock b/integration-test/Cargo.lock index 82f8a36..47ec901 100644 --- a/integration-test/Cargo.lock +++ b/integration-test/Cargo.lock @@ -696,9 +696,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/integration-test/Cargo.toml b/integration-test/Cargo.toml index 88ea1a2..4b2507a 100644 --- a/integration-test/Cargo.toml +++ b/integration-test/Cargo.toml @@ -7,6 +7,6 @@ publish = false [dependencies] rouille = "3.6.2" serde = { version = "1.0.188", features = ["derive"] } -serde_json = "1.0.107" +serde_json = "1.0.108" clap = { version= "4.4.6", features = ["derive"] } chrono = "0.4.31"