Skip to content

Commit

Permalink
Merge pull request #249 from athenavm/dependabot/cargo/tracing-subscr…
Browse files Browse the repository at this point in the history
…iber-0.3.19

Bump tracing-subscriber from 0.3.18 to 0.3.19
  • Loading branch information
poszu authored Dec 12, 2024
2 parents b658cea + 6b37a25 commit 8540030
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ yansi = "1.0.1"
hex = "0.4.3"
anstyle = "1.0.10"
target-lexicon = "0.12.14"
tracing-subscriber = "0.3.18"
tracing-subscriber = "0.3.19"
tracing = "0.1.41"
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gdbstub = "0.7.3"

[dev-dependencies]
athena-core = { path = ".", features = ["unittest"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
athena-vm = { path = "../vm/entrypoint" }
athena-vm-sdk = { path = "../vm/sdk" }
parity-scale-codec = "3.6.12"
Expand Down
2 changes: 1 addition & 1 deletion ffi/vmlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ athena-interface = { path = "../../interface" }
athena-runner = { path = "../../runner" }
athcon-sys = { path = "../athcon/bindings/rust/athcon-sys" }
athcon-vm = { path = "../athcon/bindings/rust/athcon-vm" }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
2 changes: 1 addition & 1 deletion runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tracing = "0.1.41"

[dev-dependencies]
athena-runner = { path = ".", features = ["unittest"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

[build-dependencies]
athena-helper = { path = "../helper" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ vergen-git2 = { version = "1.0.2", default-features = false, features = [
] }

[dev-dependencies]
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
2 changes: 1 addition & 1 deletion tests/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ athena-interface = { path = "../../interface" }

[dev-dependencies]
athena-sdk = { path = "../../sdk" }
tracing-subscriber = "0.3.18"
tracing-subscriber = "0.3.19"
2 changes: 1 addition & 1 deletion tests/recursive_call/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ athena-vm = { path = "../../vm/entrypoint"}
athena-vm-sdk = { path = "../../vm/sdk" }

[dev-dependencies]
tracing-subscriber = "0.3.18"
tracing-subscriber = "0.3.19"
athena-sdk = { path = "../../sdk" }
athena-runner = { path = "../../runner" }

0 comments on commit 8540030

Please sign in to comment.