From dbc03d082f190355dea07dc1525eff80673d3a99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:07:46 +0000 Subject: [PATCH] Update Rust crate json-subscriber to v0.2.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1abaaf8c00..787907f69b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2827,9 +2827,9 @@ dependencies = [ [[package]] name = "json-subscriber" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a08d1752b6005d0846fe6064f9010480a0f0f81c9954bda1fdc6cabd3f8c0bd" +checksum = "a04191d0d2a8409d99dccd5642abf91197a53fd661c6611ddb1f87751802d449" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 1d132ddff9c..bde56ad42a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ hyper = { version = "=1.5.1", features = ["client", "http1"] } indexmap = { version = "=2.7.0", features = ["serde"] } indicatif = "=0.17.9" ipnetwork = "=0.20.0" -json-subscriber = "=0.2.3" +json-subscriber = "=0.2.4" krata-tokio-tar = "=0.4.2" lettre = { version = "=0.11.10", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } minijinja = "=2.5.0"