From 6ced68b108b45988ede9233ee4599511b8543435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:17:14 +0000 Subject: [PATCH] Bump console-subscriber from 0.2.0 to 0.3.0 Bumps [console-subscriber](https://github.com/tokio-rs/console) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/tokio-rs/console/releases) - [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml) - [Commits](https://github.com/tokio-rs/console/compare/console-subscriber-v0.2.0...console-subscriber-v0.3.0) --- updated-dependencies: - dependency-name: console-subscriber dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 44 +++++++++----------------------------------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cb88a49..185332ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1037,22 +1037,22 @@ dependencies = [ [[package]] name = "console-api" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787" +checksum = "a257c22cd7e487dd4a13d413beabc512c5052f0bc048db0da6a84c3d8a6142fd" dependencies = [ "futures-core", "prost", "prost-types", - "tonic 0.10.2", + "tonic", "tracing-core", ] [[package]] name = "console-subscriber" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e" +checksum = "31c4cc54bae66f7d9188996404abdf7fdfa23034ef8e43478c8810828abad758" dependencies = [ "console-api", "crossbeam-channel", @@ -1060,13 +1060,14 @@ dependencies = [ "futures-task", "hdrhistogram", "humantime", + "prost", "prost-types", "serde", "serde_json", "thread_local", "tokio", "tokio-stream", - "tonic 0.10.2", + "tonic", "tracing", "tracing-core", "tracing-subscriber", @@ -3028,7 +3029,7 @@ dependencies = [ "prost", "thiserror", "tokio", - "tonic 0.11.0", + "tonic", ] [[package]] @@ -3053,7 +3054,7 @@ dependencies = [ "opentelemetry", "opentelemetry_sdk", "prost", - "tonic 0.11.0", + "tonic", ] [[package]] @@ -5046,33 +5047,6 @@ dependencies = [ "winnow", ] -[[package]] -name = "tonic" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e" -dependencies = [ - "async-stream", - "async-trait", - "axum", - "base64 0.21.7", - "bytes", - "h2", - "http 0.2.12", - "http-body 0.4.6", - "hyper 0.14.28", - "hyper-timeout", - "percent-encoding", - "pin-project", - "prost", - "tokio", - "tokio-stream", - "tower", - "tower-layer", - "tower-service", - "tracing", -] - [[package]] name = "tonic" version = "0.11.0" diff --git a/Cargo.toml b/Cargo.toml index 1c1f07f7..293f5382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ aes-gcm = "0.10.3" async-lock = "3.4.0" async-session = "3.0.0" base64 = "0.22.1" -console-subscriber = "0.2.0" +console-subscriber = "0.3.0" email_address = "0.2.4" fastrand = "2.1.0" futures-lite = "2.3.0"