Skip to content

Commit

Permalink
build(deps): bump tracing-log from 0.1.4 to 0.2.0 (#878)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent b9bf582 commit 94f1c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde = { version = "1", optional = true, features = ["serde_derive"] }
termcolor = { version = "1", optional = true }
toml = { version = "0.8", optional = true }
tracing = { version = "0.1", optional = true }
tracing-log = { version = "0.1", optional = true }
tracing-log = { version = "0.2", optional = true }
wait-timeout = { version = "0.2", optional = true }

[dependencies.tracing-subscriber]
Expand Down

0 comments on commit 94f1c56

Please sign in to comment.