Skip to content

Commit 8b60944

Browse files
Bump tracing-subscriber from 0.3.22 to 0.3.23 (#53)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.22 to 0.3.23. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1334797 commit 8b60944

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ serde_json = { version = "1.0" }
6262
tempfile = "3.27"
6363
tracing-forest = { version = "0.3.1", features = ["full"] }
6464
tracing-opentelemetry = "0.32.1"
65-
tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]}
65+
tracing-subscriber = {version = "0.3.23", features = ["std", "env-filter"]}
6666
tracing-tracy = { version = "0.11", features = ["timer-fallback", "ondemand"] }
6767
uuid = "1.22.0"
6868

0 commit comments

Comments
 (0)