From 72efbbcf26d5597b808104424ce98ec51039e659 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:07:48 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.109 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a22c96f..614ba71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1192,9 +1192,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.108" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" +checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index d7c9d77..ed16757 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ pretty_assertions = "1.4.0" [dependencies] futures = "0.3.30" http = "1.0.0" -serde_json = "1.0.108" +serde_json = "1.0.109" serde_with = "3.4.0" url = "2.5.0" url_serde = "0.2.0"