From 282d98b0a23dbc12bb2817af55b407ee1c60af17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 17:05:42 +0000 Subject: [PATCH] chore(deps): bump tracing from 0.1.35 to 0.1.37 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.35 to 0.1.37. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.35...tracing-0.1.37) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- crates/sourcekit-helper/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed5cbe4..f55576f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1759,9 +1759,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.35" +version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" +checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if", "pin-project-lite", @@ -1782,20 +1782,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.22" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" +checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" dependencies = [ "proc-macro2", "quote 1.0.26", - "syn 1.0.104", + "syn 2.0.15", ] [[package]] name = "tracing-core" -version = "0.1.28" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" +checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" dependencies = [ "once_cell", "valuable", diff --git a/Cargo.toml b/Cargo.toml index c0b1f60..af6f4bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ default-run = "xbase" [dependencies] # Logging -tracing = { version = "0.1.32" } +tracing = { version = "0.1.37" } tracing-attributes = { version = "0.1.22" } tracing-appender = { version = "0.2.1" } tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } diff --git a/crates/sourcekit-helper/Cargo.toml b/crates/sourcekit-helper/Cargo.toml index 52e8b72..cdfd1a9 100644 --- a/crates/sourcekit-helper/Cargo.toml +++ b/crates/sourcekit-helper/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0.70" tap = "1.0.1" # Logging -tracing = { version = "0.1.32" } +tracing = { version = "0.1.37" } tracing-attributes = { version = "0.1.22" } tracing-appender = { version = "0.2.1" } tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }