From a745d133970f8a8ac6655660fe54922a03ff3579 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 07:45:06 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.100 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7beb77a6..45cfd79f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -873,9 +873,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.99" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" +checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 9ec8ba0d..4a728dd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ jsonwebtoken = { version = "8.3.0", default-features = false } serde = { version = "1.0.166", features = ["derive"] } anyhow = "1.0.71" once_cell = "1.18.0" -serde_json = "1.0.99" +serde_json = "1.0.100" tracing = { version = "0.1.38", features = ["release_max_level_debug"] } tracing-subscriber = "0.3.17" hyper = { version = "0.14.27", features = ["server", "http1", "tcp"] }