Skip to content

Commit

Permalink
build(deps): bump tracing-core from 0.1.31 to 0.1.32
Browse files Browse the repository at this point in the history
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.31 to 0.1.32.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-core-0.1.31...tracing-core-0.1.32)

---
updated-dependencies:
- dependency-name: tracing-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and atodorov committed Nov 1, 2023
1 parent 237a5e6 commit e207e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 test/traced-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tracing-core = "0.1.31"
tracing-core = "0.1.32"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }

[dev-dependencies]
Expand Down

0 comments on commit e207e53

Please sign in to comment.