Skip to content

Commit

Permalink
Bump tracing-subscriber from 0.3.18 to 0.3.19
Browse files Browse the repository at this point in the history
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.18 to 0.3.19.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 713029b commit 5f293ed
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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/athcon/bindings/rust/athcon-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ athcon-vm = { path = "../athcon-vm" }
bincode = "1.3.3"
hex = "0.4.3"
athena-interface = { path = "../../../../../interface" }
tracing-subscriber = "0.3.16"
tracing-subscriber = "0.3.19"
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 5f293ed

Please sign in to comment.