Skip to content

Commit

Permalink
chore(deps): Bump tracing-log from 0.1.4 to 0.2.0 (#18941)
Browse files Browse the repository at this point in the history
* 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](tokio-rs/tracing@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] <support@github.com>

* remove the explicit dep

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: neuronull <neuronull@pm.me>
  • Loading branch information
dependabot[bot] and neuronull authored Oct 25, 2023
1 parent a75a043 commit 30a1e26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 30a1e26

Please sign in to comment.