From 2591a365c8aa9586586fb40cd750e7ce49d1c0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:12:17 +0000 Subject: [PATCH] Bump tracing-journald from 0.3.0 to 0.3.1 Bumps [tracing-journald](https://github.com/tokio-rs/tracing) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-journald-0.3.0...tracing-journald-0.3.1) --- updated-dependencies: - dependency-name: tracing-journald dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b6b19b..357f04d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1028,9 +1028,9 @@ dependencies = [ [[package]] name = "tracing-journald" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd" +checksum = "fc0b4143302cf1022dac868d521e36e8b27691f72c84b3311750d5188ebba657" dependencies = [ "libc", "tracing-core", diff --git a/Cargo.toml b/Cargo.toml index 4e0d819..ea966d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ libbpf-cargo = "0.24.6" [dependencies] tracing = "0.1.40" tracing-subscriber = "0.3.18" -tracing-journald = "0.3.0" +tracing-journald = "0.3.1" libbpf-rs = "0.24.8" libbpf-sys = "1.4.5" crossterm = "0.28.1"