Skip to content

Commit 3cabed3

Browse files
Bump tracing-subscriber from 0.3.20 to 0.3.22
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]>
1 parent c1a76f2 commit 3cabed3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
8484
tokio = { version = "1.48.0", features = ["full"] }
8585
tracing-forest = { version = "0.3.0", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] }
8686
tracing = "0.1.43"
87-
tracing-subscriber = {version = "0.3.20", features = ["std", "env-filter"]}
87+
tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]}
8888
tracing-opentelemetry = "0.32.0"
8989
uuid = { version = "1.18.1", features = ["v4"] }
9090

0 commit comments

Comments
 (0)