Skip to content

Commit 30e76e7

Browse files
Bump tracing-subscriber from 0.3.20 to 0.3.22 (#1063)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.20 to 0.3.22. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.22 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 e065c01 commit 30e76e7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ hyperlight-testing = { workspace = true }
9393
env_logger = "0.11.8"
9494
tracing-forest = { version = "0.3.0", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] }
9595
tracing = "0.1.43"
96-
tracing-subscriber = {version = "0.3.20", features = ["std", "env-filter"]}
96+
tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]}
9797
tracing-opentelemetry = "0.32.0"
9898
opentelemetry = "0.31.0"
9999
opentelemetry-otlp = { version = "0.31.0", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }

0 commit comments

Comments
 (0)