Skip to content

Commit

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

---
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 Dec 2, 2024
1 parent 91c1683 commit f17d178
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 llrt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bindgen = ["llrt_core/bindgen"]
llrt_core = { path = "../llrt_core" }
tracing = { version = "0.1.40", features = ["log"] }
chrono = { version = "0.4.38", default-features = false, features = ["std"] }
tracing-core = "0.1.32"
tracing-core = "0.1.33"
tokio = { version = "1", features = ["full"] }

[target.'cfg(not(target_os = "windows"))'.dependencies]
Expand Down

0 comments on commit f17d178

Please sign in to comment.