Skip to content

Commit e17cd62

Browse files
build(deps): bump tracing-subscriber from 0.3.22 to 0.3.23 (#1312)
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 df9e3c2 commit e17cd62

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ hyperlight-testing = { workspace = true }
9494
env_logger = "0.11.8"
9595
tracing-forest = { version = "0.3.1", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] }
9696
tracing = "0.1.44"
97-
tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]}
97+
tracing-subscriber = {version = "0.3.23", features = ["std", "env-filter"]}
9898
tracing-opentelemetry = "0.32.1"
9999
opentelemetry = "0.31.0"
100100
opentelemetry-otlp = { version = "0.31.0", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }

0 commit comments

Comments
 (0)