From c1e9fa5ac5d8d8ba945498986505ebdcf697519b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:13:10 +0000 Subject: [PATCH] build(deps): bump tracing-subscriber from 0.3.18 to 0.3.19 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.18 to 0.3.19. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- harper-ls/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05388447..1a2a5767 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1664,9 +1664,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "nu-ansi-term", "sharded-slab", diff --git a/harper-ls/Cargo.toml b/harper-ls/Cargo.toml index 60b7ff7f..499c0cc5 100644 --- a/harper-ls/Cargo.toml +++ b/harper-ls/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.93" serde_json = "1.0.133" itertools = "0.13.0" tracing = "0.1.41" -tracing-subscriber = "0.3.18" +tracing-subscriber = "0.3.19" resolve-path = "0.1.0" open = "5.3.0" futures = "0.3.31"