From e646c5b4cb1edcb0664ff0f0ed31306e8fbfbff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:34:16 +0000 Subject: [PATCH] Bump tracing-tree from 0.2.5 to 0.3.0 Bumps [tracing-tree](https://github.com/davidbarsky/tracing-tree) from 0.2.5 to 0.3.0. - [Release notes](https://github.com/davidbarsky/tracing-tree/releases) - [Commits](https://github.com/davidbarsky/tracing-tree/commits/v0.3.0) --- updated-dependencies: - dependency-name: tracing-tree dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++------------ wtx/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 145a3444..bb70ae92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -951,12 +951,11 @@ dependencies = [ [[package]] name = "nu-ansi-term" -version = "0.46.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68" dependencies = [ - "overload", - "winapi", + "windows-sys", ] [[package]] @@ -993,12 +992,6 @@ version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" -[[package]] -name = "overload" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" - [[package]] name = "owned-alloc" version = "0.2.0" @@ -1503,9 +1496,9 @@ dependencies = [ [[package]] name = "tracing-tree" -version = "0.2.5" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ec6adcab41b1391b08a308cc6302b79f8095d1673f6947c2dc65ffb028b0b2d" +checksum = "65139ecd2c3f6484c3b99bc01c77afe21e95473630747c7aca525e78b0666675" dependencies = [ "nu-ansi-term", "tracing-core", diff --git a/wtx/Cargo.toml b/wtx/Cargo.toml index e6a0d6a1..c872616a 100644 --- a/wtx/Cargo.toml +++ b/wtx/Cargo.toml @@ -61,7 +61,7 @@ webpki-roots = { default-features = false, optional = true, version = "0.25" } [dev-dependencies] tokio = { default-features = false, features = ["macros", "rt", "time"], version = "1.34" } tracing-subscriber = { default-features = false, features = ["env-filter", "fmt"], version = "0.3" } -tracing-tree = { default-features = false, version = "0.2" } +tracing-tree = { default-features = false, version = "0.3" } wtx = { default-features = false, features = ["flate2", "std", "tokio", "web-socket-handshake"], path = "." } [features]