From c555e90c8477ef50a5a20b186afd564e8fd6e940 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:39:02 +0000 Subject: [PATCH] fix(deps): update rust crate tracing to 0.1.40 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 176f394..b189be4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.39" +version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "pin-project-lite", "tracing-attributes", diff --git a/Cargo.toml b/Cargo.toml index 502ff88..8c15986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ regex = "1.10.2" serde = "1.0.189" serde_derive = "1.0.189" toml = "0.8.2" -tracing = "0.1.39" +tracing = "0.1.40" tracing-journald = { version = "0.3.0", optional = true } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }