From fb934f6149f8f14229e408c5464f83385c9c5dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:04:39 +0000 Subject: [PATCH] chore(deps): Bump console-subscriber from 0.1.9 to 0.1.10 Bumps [console-subscriber](https://github.com/tokio-rs/console) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/tokio-rs/console/releases) - [Commits](https://github.com/tokio-rs/console/compare/console-subscriber-v0.1.9...console-subscriber-v0.1.10) --- updated-dependencies: - dependency-name: console-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d52348e8fe057..9ac1ed8e80f35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2122,9 +2122,9 @@ dependencies = [ [[package]] name = "console-subscriber" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57ab2224a0311582eb03adba4caaf18644f7b1f10a760803a803b9b605187fc7" +checksum = "d4cf42660ac07fcebed809cfe561dd8730bcd35b075215e6479c516bcd0d11cb" dependencies = [ "console-api", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 4cbc74f3b2b34..9b476a54e3ced 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,7 +149,7 @@ tokio = { version = "1.29.0", default-features = false, features = ["full"] } tokio-openssl = { version = "0.6.3", default-features = false } tokio-stream = { version = "0.1.14", default-features = false, features = ["net", "sync", "time"] } tokio-util = { version = "0.7", default-features = false, features = ["io", "time"] } -console-subscriber = { version = "0.1.9", default-features = false, optional = true } +console-subscriber = { version = "0.1.10", default-features = false, optional = true } # Tracing tracing = { version = "0.1.34", default-features = false }