Skip to content

Commit 7980b2d

Browse files
Bump tracing-subscriber from 0.3.22 to 0.3.23 (#423)
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 91ed418 commit 7980b2d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
8282
tokio = { version = "1.50.0", features = ["full"] }
8383
tracing-forest = { version = "0.3.1", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] }
8484
tracing = "0.1.44"
85-
tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]}
85+
tracing-subscriber = {version = "0.3.23", features = ["std", "env-filter"]}
8686
tracing-opentelemetry = "0.32.1"
8787
uuid = { version = "1.22.0", features = ["v4"] }
8888
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)