Skip to content

Commit

Permalink
Bump tracing from 0.1.40 to 0.1.41
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 1181e50 commit 4937f1a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/hyperlight_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 =[]}

Expand Down
4 changes: 2 additions & 2 deletions src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/hyperlight_testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4937f1a

Please sign in to comment.