Skip to content

Commit cb57d43

Browse files
Bump tracing-core from 0.1.32 to 0.1.33
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.32 to 0.1.33. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.32...tracing-core-0.1.33) --- updated-dependencies: - dependency-name: tracing-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d4c3a8 commit cb57d43

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
@@ -37,7 +37,7 @@ log = "0.4.20"
3737
once_cell = { version = "1.18.0" }
3838
tracing = { version = "0.1.37", features = ["log"] }
3939
tracing-log = "0.2.0"
40-
tracing-core = "0.1.31"
40+
tracing-core = "0.1.33"
4141
hyperlight-common = { workspace = true, default-features = true }
4242
vmm-sys-util = "0.12.1"
4343
crossbeam = "0.8.0"

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.19"
99
tracing = { version = "0.1.37", features = ["log"] }
1010
tracing-log = "0.2.0"
11-
tracing-core = "0.1.17"
11+
tracing-core = "0.1.33"
1212
tracing-serde = "0.1"
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"

0 commit comments

Comments
 (0)