From 6b37a255edfcb45a1165ff9815fcf3a737e3a383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:35:53 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.3.18 to 0.3.19 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](https://github.com/tokio-rs/tracing/compare/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] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- ffi/vmlib/Cargo.toml | 2 +- runner/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- tests/host/Cargo.toml | 2 +- tests/recursive_call/Cargo.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d404fc0a..38b3785e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2442,9 +2442,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "matchers", "nu-ansi-term", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a0e1ad85..5fd10eda 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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" diff --git a/core/Cargo.toml b/core/Cargo.toml index 8d953600..100938c7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" diff --git a/ffi/vmlib/Cargo.toml b/ffi/vmlib/Cargo.toml index 325df745..9275b87e 100644 --- a/ffi/vmlib/Cargo.toml +++ b/ffi/vmlib/Cargo.toml @@ -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"] } diff --git a/runner/Cargo.toml b/runner/Cargo.toml index ca02b457..bc12701b 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -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" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6d3506af..eb2b3bec 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -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"] } diff --git a/tests/host/Cargo.toml b/tests/host/Cargo.toml index af8165f3..1d7be5d8 100644 --- a/tests/host/Cargo.toml +++ b/tests/host/Cargo.toml @@ -9,4 +9,4 @@ athena-interface = { path = "../../interface" } [dev-dependencies] athena-sdk = { path = "../../sdk" } -tracing-subscriber = "0.3.18" +tracing-subscriber = "0.3.19" diff --git a/tests/recursive_call/Cargo.toml b/tests/recursive_call/Cargo.toml index 096c6ee5..48ac162e 100644 --- a/tests/recursive_call/Cargo.toml +++ b/tests/recursive_call/Cargo.toml @@ -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" }