From cb019c5ecb0a13a4f166fd187dd9d8202e11c4d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 18:03:04 +0000 Subject: [PATCH] fix(deps): update rust crate tracing to 0.1.38 --- Cargo.lock | 11 +++++------ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ffade4..db99f5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,11 +653,10 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.37" +version = "0.1.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" +checksum = "cf9cf6a813d3f40c88b0b6b6f29a5c95c6cdbf97c1f9cc53fb820200f5ad814d" dependencies = [ - "cfg-if", "pin-project-lite", "tracing-attributes", "tracing-core", @@ -665,13 +664,13 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" +checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" dependencies = [ "proc-macro2", "quote", - "syn 1.0.107", + "syn 2.0.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a86b893..dffb02e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ regex = "1.8.1" serde = "1.0.160" serde_derive = "1.0.160" toml = "0.7.3" -tracing = "0.1.37" +tracing = "0.1.38" tracing-journald = { version = "0.3.0", optional = true } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }