Skip to content

Commit 2d7b5fd

Browse files
Bump tracing-subscriber from 0.3.19 to 0.3.20 (#854)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83a64d4 commit 2d7b5fd

File tree

2 files changed

+25
-38
lines changed

2 files changed

+25
-38
lines changed

Cargo.lock

Lines changed: 24 additions & 37 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
@@ -95,7 +95,7 @@ hyperlight-testing = { workspace = true }
9595
env_logger = "0.11.8"
9696
tracing-forest = { version = "0.2.0", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] }
9797
tracing = "0.1.41"
98-
tracing-subscriber = {version = "0.3.19", features = ["std", "env-filter"]}
98+
tracing-subscriber = {version = "0.3.20", features = ["std", "env-filter"]}
9999
tracing-opentelemetry = "0.31.0"
100100
opentelemetry = "0.30.0"
101101
opentelemetry-otlp = { version = "0.30.0", default-features = false, features = ["http-proto", "reqwest-blocking-client"] }

0 commit comments

Comments
 (0)