Skip to content

Commit 4937f1a

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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 = "24.3.25", default-features = false }
1919
anyhow = { version = "1.0.72", default-features = false }
2020
log = "0.4.20"
21-
tracing = { version = "0.1.27", optional = true }
21+
tracing = { version = "0.1.41", optional = true }
2222
strum = {version = "0.25", default-features = false, features = ["derive"]}
2323
strum_macros = {version = "0.26", features =[]}
2424

src/hyperlight_host/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ serde = { version = "1.0", features = ["derive"] }
3535
serde_json = "1.0"
3636
log = "0.4.20"
3737
once_cell = { version = "1.18.0" }
38-
tracing = { version = "0.1.37", features = ["log"] }
38+
tracing = { version = "0.1.41", features = ["log"] }
3939
tracing-log = "0.2.0"
4040
tracing-core = "0.1.33"
4141
hyperlight-common = { workspace = true, default-features = true }
@@ -88,7 +88,7 @@ serial_test = "3.1.1"
8888
hyperlight-testing = { workspace = true }
8989
env_logger = "0.11.5"
9090
tracing-forest = { version = "0.1.6", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] }
91-
tracing = "0.1.37"
91+
tracing = "0.1.41"
9292
tracing-subscriber = {version = "0.3.18", features = ["std", "env-filter"]}
9393
tracing-opentelemetry = "0.28.0"
9494
opentelemetry = "0.27.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.72"
77
log = "0.4"
88
once_cell = "1.19"
9-
tracing = { version = "0.1.37", features = ["log"] }
9+
tracing = { version = "0.1.41", features = ["log"] }
1010
tracing-log = "0.2.0"
1111
tracing-core = "0.1.33"
1212
tracing-serde = "0.1"

0 commit comments

Comments
 (0)