Skip to content

Commit 987a785

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

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.28"
21-
tracing = { version = "0.1.41", optional = true }
21+
tracing = { version = "0.1.43", optional = true }
2222
arbitrary = {version = "1.4.2", optional = true, features = ["derive"]}
2323
spin = "0.10.0"
2424

src/hyperlight_guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1717
hyperlight-common = { workspace = true }
1818
hyperlight-guest-tracing = { workspace = true, default-features = false }
1919
flatbuffers = { version= "25.9.23", default-features = false }
20-
tracing = { version = "0.1.41", default-features = false, features = ["attributes"] }
20+
tracing = { version = "0.1.43", default-features = false, features = ["attributes"] }
2121

2222
[features]
2323
default = []

src/hyperlight_guest_bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buddy_system_allocator = "0.11.0"
2828
log = { version = "0.4", default-features = false }
2929
spin = "0.10.0"
3030
flatbuffers = { version = "25.2.10", default-features = false }
31-
tracing = { version = "0.1.41", default-features = false, features = ["attributes"] }
31+
tracing = { version = "0.1.43", default-features = false, features = ["attributes"] }
3232

3333
[lints]
3434
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.41", default-features = false, features = ["attributes"] }
15+
tracing = { version = "0.1.43", default-features = false, features = ["attributes"] }
1616
tracing-core = { version = "0.1.35", 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.28"
3838
opentelemetry = { version = "0.31.0", optional = true }
39-
tracing = { version = "0.1.41", features = ["log"] }
39+
tracing = { version = "0.1.43", features = ["log"] }
4040
tracing-log = "0.2.0"
4141
tracing-core = "0.1.35"
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.41"
95+
tracing = "0.1.43"
9696
tracing-subscriber = {version = "0.3.20", 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.41", features = ["log"] }
9+
tracing = { version = "0.1.43", features = ["log"] }
1010
tracing-log = "0.2.0"
1111
tracing-core = "0.1.35"
1212
tracing-serde = "0.2"

0 commit comments

Comments
 (0)