Skip to content

Commit dc9762f

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -32,7 +32,7 @@ bitflags = "2.9.1"
3232
log = "0.4.27"
3333
tracing = { version = "0.1.41", features = ["log"] }
3434
tracing-log = "0.2.0"
35-
tracing-core = "0.1.33"
35+
tracing-core = "0.1.34"
3636
hyperlight-common = { workspace = true, default-features = true, features = [ "std" ] }
3737
vmm-sys-util = "0.14.0"
3838
crossbeam = "0.8.0"

src/hyperlight_testing/Cargo.toml

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

0 commit comments

Comments
 (0)