Skip to content

Commit

Permalink
Bump tracing-serde from 0.1.3 to 0.2.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 4937f1a commit f8f8ed1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ serde = "1.0"
proptest = "1.2.0"
tempfile = "3.8.0"
crossbeam-queue = "0.3.8"
tracing-serde = "0.1.3"
tracing-serde = "0.2.0"
serial_test = "3.1.1"
hyperlight-testing = { workspace = true }
env_logger = "0.11.5"
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 @@ -9,7 +9,7 @@ once_cell = "1.19"
tracing = { version = "0.1.41", features = ["log"] }
tracing-log = "0.2.0"
tracing-core = "0.1.33"
tracing-serde = "0.1"
tracing-serde = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

Expand Down

0 comments on commit f8f8ed1

Please sign in to comment.