From ce9bd19885d8005abefa8bafebd7fcf3f9a211da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:04:08 +0100 Subject: [PATCH] Bump tracing from 0.1.39 to 0.1.40 (#8127) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 698e1355da..ff589274b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3104,9 +3104,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 = [ "log", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index f707559625..060b341599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ syn = { version = "2.0.38" } test-case = { version = "3.2.1" } thiserror = { version = "1.0.50" } toml = { version = "0.7.8" } -tracing = { version = "0.1.39" } +tracing = { version = "0.1.40" } tracing-indicatif = { version = "0.3.4" } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } unicode-ident = { version = "1.0.12" }