Skip to content

Commit a2d3e66

Browse files
Bump tracing-core from 0.1.34 to 0.1.35 (#1050)
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.34 to 0.1.35. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.34...tracing-core-0.1.35) --- updated-dependencies: - dependency-name: tracing-core dependency-version: 0.1.35 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 01c6726 commit a2d3e66

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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_guest_tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = """Provides the tracing functionality for the hyperlight guest."""
1313
hyperlight-common = { workspace = true, default-features = false }
1414
spin = "0.10.0"
1515
tracing = { version = "0.1.41", default-features = false, features = ["attributes"] }
16-
tracing-core = { version = "0.1.34", default-features = false }
16+
tracing-core = { version = "0.1.35", default-features = false }
1717

1818
[lints]
1919
workspace = true

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ log = "0.4.28"
3838
opentelemetry = { version = "0.31.0", optional = true }
3939
tracing = { version = "0.1.41", features = ["log"] }
4040
tracing-log = "0.2.0"
41-
tracing-core = "0.1.34"
41+
tracing-core = "0.1.35"
4242
tracing-opentelemetry = { version = "0.32.0", optional = true }
4343
hyperlight-common = { workspace = true, default-features = true, features = [ "std" ] }
4444
hyperlight-guest-tracing = { workspace = true, default-features = true, optional = true }

src/hyperlight_testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ log = "0.4"
88
once_cell = "1.21"
99
tracing = { version = "0.1.41", features = ["log"] }
1010
tracing-log = "0.2.0"
11-
tracing-core = "0.1.34"
11+
tracing-core = "0.1.35"
1212
tracing-serde = "0.2"
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"

0 commit comments

Comments
 (0)