From 4086d20aa0b096775afc271ba26d2e0f9b5a2fab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 20:07:51 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to v1.0.123 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5155161..49ee21e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,9 +1045,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.123" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "a11b3b6ce5cfd25b9759a24c3ed4bf24e23893866863547de4655518c951bcd4" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index ae8996e..a14bc54 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.122" +serde_json = "=1.0.123" tokio = { version = "=1.39.2", features = ["macros", "rt-multi-thread"] } tower-http = { version = "=0.5.2", features = ["trace"] } tracing = "=0.1.40"