Skip to content

Commit c5fb0ef

Browse files
Bump tracing from 0.1.43 to 0.1.44
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.43 to 0.1.44. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.43...tracing-0.1.44) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8687504 commit c5fb0ef

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace = true
1818
flatbuffers = { version = "25.9.23", default-features = false }
1919
anyhow = { version = "1.0.100", default-features = false }
2020
log = "0.4.29"
21-
tracing = { version = "0.1.43", optional = true }
21+
tracing = { version = "0.1.44", optional = true }
2222
arbitrary = {version = "1.4.2", optional = true, features = ["derive"]}
2323
spin = "0.10.0"
2424
thiserror = { version = "2.0.16", default-features = false }

src/hyperlight_guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ anyhow = { version = "1.0.100", default-features = false }
1616
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1717
hyperlight-common = { workspace = true, default-features = false }
1818
flatbuffers = { version= "25.9.23", default-features = false }
19-
tracing = { version = "0.1.43", default-features = false, features = ["attributes"] }
19+
tracing = { version = "0.1.44", default-features = false, features = ["attributes"] }
2020

2121
[target.'cfg(target_arch = "x86_64")'.dependencies]
2222
hyperlight-guest-tracing = { workspace = true, default-features = false, optional = true }

src/hyperlight_guest_bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log = { version = "0.4", default-features = false }
3131
linkme = { version = "0.3.35", optional = true }
3232
spin = "0.10.0"
3333
flatbuffers = { version = "25.2.10", default-features = false }
34-
tracing = { version = "0.1.43", default-features = false, features = ["attributes"] }
34+
tracing = { version = "0.1.44", default-features = false, features = ["attributes"] }
3535

3636
[lints]
3737
workspace = true

src/hyperlight_guest_tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = """Provides the tracing functionality for the hyperlight guest."""
1212
[dependencies]
1313
hyperlight-common = { workspace = true, default-features = false }
1414
spin = "0.10.0"
15-
tracing = { version = "0.1.43", default-features = false, features = ["attributes"] }
15+
tracing = { version = "0.1.44", default-features = false, features = ["attributes"] }
1616
tracing-core = { version = "0.1.36", default-features = false }
1717

1818
[lints]

src/hyperlight_host/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ termcolor = "1.2.0"
3636
bitflags = "2.10.0"
3737
log = "0.4.29"
3838
opentelemetry = { version = "0.31.0", optional = true }
39-
tracing = { version = "0.1.43", features = ["log"] }
39+
tracing = { version = "0.1.44", features = ["log"] }
4040
tracing-log = "0.2.0"
4141
tracing-core = "0.1.36"
4242
tracing-opentelemetry = { version = "0.32.0", optional = true }
@@ -92,7 +92,7 @@ serial_test = "3.1.1"
9292
hyperlight-testing = { workspace = true }
9393
env_logger = "0.11.8"
9494
tracing-forest = { version = "0.3.0", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] }
95-
tracing = "0.1.43"
95+
tracing = "0.1.44"
9696
tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]}
9797
tracing-opentelemetry = "0.32.0"
9898
opentelemetry = "0.31.0"

src/hyperlight_testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
anyhow = "1.0.100"
77
log = "0.4"
88
once_cell = "1.21"
9-
tracing = { version = "0.1.43", features = ["log"] }
9+
tracing = { version = "0.1.44", features = ["log"] }
1010
tracing-log = "0.2.0"
1111
tracing-core = "0.1.36"
1212
tracing-serde = "0.2"

0 commit comments

Comments
 (0)