From 3f2a0d6c9820916a62cce84e66e8261f5bf8766b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:46:24 +0000 Subject: [PATCH] Update Rust crate json-subscriber to v0.2.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a70fea61dc4..c489c4d52c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2791,9 +2791,9 @@ dependencies = [ [[package]] name = "json-subscriber" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b067109fbfeef7ae9403847119f28bc7b0470c08b80e9069411df90fe56a5b" +checksum = "91d0a86fd2fba3a8721e7086b2c9fceb0994f71cdbd64ad2dfc1b202a5c062b4" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 487534745a8..c33ac07a2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ hyper = { version = "=1.5.0", features = ["client", "http1"] } indexmap = { version = "=2.6.0", features = ["serde"] } indicatif = "=0.17.8" ipnetwork = "=0.20.0" -json-subscriber = "=0.2.1" +json-subscriber = "=0.2.2" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.11.9", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } minijinja = "=2.3.1"