Skip to content

Commit 8687504

Browse files
Bump tracing-core from 0.1.35 to 0.1.36 (#1130)
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.35 to 0.1.36. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.35...tracing-core-0.1.36) --- updated-dependencies: - dependency-name: tracing-core dependency-version: 0.1.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bac1664 commit 8687504

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.43", default-features = false, features = ["attributes"] }
16-
tracing-core = { version = "0.1.35", default-features = false }
16+
tracing-core = { version = "0.1.36", 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.29"
3838
opentelemetry = { version = "0.31.0", optional = true }
3939
tracing = { version = "0.1.43", features = ["log"] }
4040
tracing-log = "0.2.0"
41-
tracing-core = "0.1.35"
41+
tracing-core = "0.1.36"
4242
tracing-opentelemetry = { version = "0.32.0", optional = true }
4343
hyperlight-common = { workspace = true, default-features = true, features = [ "std", "init-paging" ] }
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.43", features = ["log"] }
1010
tracing-log = "0.2.0"
11-
tracing-core = "0.1.35"
11+
tracing-core = "0.1.36"
1212
tracing-serde = "0.2"
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"

0 commit comments

Comments
 (0)