From fde20744dc3c938541fcdc0a0ad7c2b1bfb28134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 22:16:35 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.86 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ba2b24..332d291 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2240,9 +2240,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.85" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" +checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074" dependencies = [ "itoa 1.0.3", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 4332340..639b81f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,6 @@ quickcheck = "0.9.2" quickcheck_macros = "1.0.0" fake = "~2.3.0" wiremock = "0.5" -serde_json = "1.0.85" +serde_json = "1.0.86" linkify = "0.9.0" serde_urlencoded = "0.7.1" \ No newline at end of file