From 825adb421ac8f555b9d94922c156710600a918c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:46:27 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to v1.0.124 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49ee21e..f8ec766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,9 +1045,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.123" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a11b3b6ce5cfd25b9759a24c3ed4bf24e23893866863547de4655518c951bcd4" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index a14bc54..9b9ddb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "=1.0.86" axum = { version = "=0.7.5", features = ["http2", "macros"] } reqwest = { version = "=0.12.5", default-features = false, features = ["rustls-tls", "json"] } serde = { version = "=1.0.206", features = ["derive"] } -serde_json = "=1.0.123" +serde_json = "=1.0.124" tokio = { version = "=1.39.2", features = ["macros", "rt-multi-thread"] } tower-http = { version = "=0.5.2", features = ["trace"] } tracing = "=0.1.40"