From 026b95afbb6a6f379ee5b87e7210ed34c3b842e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:54:30 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.3.19 to 0.3.20 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++------------ crates/meilisearch/Cargo.toml | 2 +- crates/tracing-trace/Cargo.toml | 2 +- crates/xtask/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb4fde897..577743547 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4129,12 +4129,11 @@ dependencies = [ [[package]] name = "nu-ansi-term" -version = "0.46.0" +version = "0.50.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" dependencies = [ - "overload", - "winapi", + "windows-sys 0.52.0", ] [[package]] @@ -4391,12 +4390,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "overload" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" - [[package]] name = "owo-colors" version = "4.2.1" @@ -6407,9 +6400,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.19" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" +checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" dependencies = [ "nu-ansi-term", "serde", diff --git a/crates/meilisearch/Cargo.toml b/crates/meilisearch/Cargo.toml index c110830c4..14a9c7aeb 100644 --- a/crates/meilisearch/Cargo.toml +++ b/crates/meilisearch/Cargo.toml @@ -96,7 +96,7 @@ serde_urlencoded = "0.7.1" termcolor = "1.4.1" url = { version = "2.5.4", features = ["serde"] } tracing = "0.1.41" -tracing-subscriber = { version = "0.3.19", features = ["json"] } +tracing-subscriber = { version = "0.3.20", features = ["json"] } tracing-trace = { version = "0.1.0", path = "../tracing-trace" } tracing-actix-web = "0.7.18" build-info = { version = "1.7.0", path = "../build-info" } diff --git a/crates/tracing-trace/Cargo.toml b/crates/tracing-trace/Cargo.toml index 866a982a0..fe28febaf 100644 --- a/crates/tracing-trace/Cargo.toml +++ b/crates/tracing-trace/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" tracing = "0.1.41" tracing-error = "0.2.1" -tracing-subscriber = "0.3.19" +tracing-subscriber = "0.3.20" byte-unit = { version = "5.1.6", default-features = false, features = [ "std", "byte", diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index 5fdf157df..f95984832 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -39,6 +39,6 @@ tokio = { version = "1.45.1", features = [ "signal", ] } tracing = "0.1.41" -tracing-subscriber = "0.3.19" +tracing-subscriber = "0.3.20" tracing-trace = { version = "0.1.0", path = "../tracing-trace" } uuid = { version = "1.17.0", features = ["v7", "serde"] }