From 30a1e2613f63eaeed3e8768ee6423dba568fca4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:22:19 +0000 Subject: [PATCH] chore(deps): Bump tracing-log from 0.1.4 to 0.2.0 (#18941) * chore(deps): Bump tracing-log from 0.1.4 to 0.2.0 Bumps [tracing-log](https://github.com/tokio-rs/tracing) from 0.1.4 to 0.2.0. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-log-0.1.4...tracing-log-0.2.0) --- updated-dependencies: - dependency-name: tracing-log dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * remove the explicit dep --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: neuronull --- Cargo.lock | 1 - lib/vector-core/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3766f75ddd9bf..48e44c2fd150a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10100,7 +10100,6 @@ dependencies = [ "tonic 0.10.2", "tracing 0.1.37", "tracing-core 0.1.30", - "tracing-log", "tracing-subscriber", "typetag", "url", diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index c33f3f54485f7..cdc0d5f8d1ae7 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -54,7 +54,6 @@ toml = { version = "0.8.4", default-features = false } tonic = { version = "0.10", default-features = false, features = ["transport"] } tracing = { version = "0.1.34", default-features = false } tracing-core = { version = "0.1.26", default-features = false } -tracing-log = { version = "0.1.4", default-features = false } tracing-subscriber = { version = "0.3.17", default-features = false, features = ["std"] } typetag = { version = "0.2.13", default-features = false } url = { version = "2", default-features = false }