Skip to content

Commit 6f0254a

Browse files
dependabot[bot]syntactically
authored andcommitted
Bump tracing-subscriber from 0.3.18 to 0.3.19
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.18 to 0.3.19. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea2161d commit 6f0254a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -89,7 +89,7 @@ hyperlight-testing = { workspace = true }
8989
env_logger = "0.11.5"
9090
tracing-forest = { version = "0.1.6", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] }
9191
tracing = "0.1.37"
92-
tracing-subscriber = {version = "0.3.18", features = ["std", "env-filter"]}
92+
tracing-subscriber = {version = "0.3.19", features = ["std", "env-filter"]}
9393
tracing-opentelemetry = "0.28.0"
9494
opentelemetry = "0.27.0"
9595
opentelemetry-otlp = { version = "0.27.0", features = ["default"] }

0 commit comments

Comments
 (0)