From 4937f1ae94c2fe6f98e4edbefa88a211aff03045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:00:49 +0000 Subject: [PATCH] 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](https://github.com/tokio-rs/tracing/compare/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] --- Cargo.lock | 8 ++++---- src/hyperlight_common/Cargo.toml | 2 +- src/hyperlight_host/Cargo.toml | 4 ++-- src/hyperlight_testing/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4929fdced..30beb4290 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2821,9 +2821,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ "log", "pin-project-lite", @@ -2833,9 +2833,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", diff --git a/src/hyperlight_common/Cargo.toml b/src/hyperlight_common/Cargo.toml index 1080f5be3..063372c4e 100644 --- a/src/hyperlight_common/Cargo.toml +++ b/src/hyperlight_common/Cargo.toml @@ -18,7 +18,7 @@ workspace = true flatbuffers = { version = "24.3.25", default-features = false } anyhow = { version = "1.0.72", default-features = false } log = "0.4.20" -tracing = { version = "0.1.27", optional = true } +tracing = { version = "0.1.41", optional = true } strum = {version = "0.25", default-features = false, features = ["derive"]} strum_macros = {version = "0.26", features =[]} diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index e7aface1a..d3c7d88e9 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -35,7 +35,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" log = "0.4.20" once_cell = { version = "1.18.0" } -tracing = { version = "0.1.37", features = ["log"] } +tracing = { version = "0.1.41", features = ["log"] } tracing-log = "0.2.0" tracing-core = "0.1.33" hyperlight-common = { workspace = true, default-features = true } @@ -88,7 +88,7 @@ serial_test = "3.1.1" hyperlight-testing = { workspace = true } env_logger = "0.11.5" tracing-forest = { version = "0.1.6", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] } -tracing = "0.1.37" +tracing = "0.1.41" tracing-subscriber = {version = "0.3.18", features = ["std", "env-filter"]} tracing-opentelemetry = "0.28.0" opentelemetry = "0.27.0" diff --git a/src/hyperlight_testing/Cargo.toml b/src/hyperlight_testing/Cargo.toml index 46b468222..7fc871b15 100644 --- a/src/hyperlight_testing/Cargo.toml +++ b/src/hyperlight_testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" anyhow = "1.0.72" log = "0.4" once_cell = "1.19" -tracing = { version = "0.1.37", features = ["log"] } +tracing = { version = "0.1.41", features = ["log"] } tracing-log = "0.2.0" tracing-core = "0.1.33" tracing-serde = "0.1"