From 5e3285b9539d394abd115bdc32437af67dc04fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:45:39 +0000 Subject: [PATCH] build: bump tracing-subscriber from 0.3.17 to 0.3.18 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.17 to 0.3.18. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.17...tracing-subscriber-0.3.18) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- implementations/rust/ockam/ockam_app/Cargo.toml | 2 +- implementations/rust/ockam/ockam_app_lib/Cargo.toml | 2 +- implementations/rust/ockam/ockam_command/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82bf2983ae1..1e272af20e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8231,12 +8231,12 @@ dependencies = [ [[package]] name = "tracing-log" -version = "0.1.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" dependencies = [ - "lazy_static", "log", + "once_cell", "tracing-core", ] @@ -8252,9 +8252,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" +checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers", "nu-ansi-term 0.46.0", diff --git a/implementations/rust/ockam/ockam_app/Cargo.toml b/implementations/rust/ockam/ockam_app/Cargo.toml index 9c2d1bfde6c..de5f8a9a9ae 100644 --- a/implementations/rust/ockam/ockam_app/Cargo.toml +++ b/implementations/rust/ockam/ockam_app/Cargo.toml @@ -54,7 +54,7 @@ thiserror = "1.0.50" tokio = { version = "1.33.0", features = ["full"] } tokio-retry = "0.3" tracing = "0.1" -tracing-subscriber = { version = "0.3.17", features = ["env-filter"], optional = true } +tracing-subscriber = { version = "0.3.18", features = ["env-filter"], optional = true } [features] # this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled. diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index 69433c56be2..c724820c104 100644 --- a/implementations/rust/ockam/ockam_app_lib/Cargo.toml +++ b/implementations/rust/ockam/ockam_app_lib/Cargo.toml @@ -46,7 +46,7 @@ tokio-retry = "0.3" tracing = { version = "0.1", features = ["attributes"] } tracing-appender = "0.2.2" tracing-error = "0.2" -tracing-subscriber = { version = "0.3.17", features = ["json"] } +tracing-subscriber = { version = "0.3.18", features = ["json"] } [build-dependencies] cbindgen = "0.26" diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index e188ef839ec..871a7361bb2 100644 --- a/implementations/rust/ockam/ockam_command/Cargo.toml +++ b/implementations/rust/ockam/ockam_command/Cargo.toml @@ -110,7 +110,7 @@ tokio-retry = "0.3" tracing = { version = "0.1", features = ["attributes"] } tracing-appender = "0.2.2" tracing-error = "0.2" -tracing-subscriber = { version = "0.3.17", features = ["json"] } +tracing-subscriber = { version = "0.3.18", features = ["json"] } url = "2.4.1" which = "5.0.0"