From a63e89d845187282550a24a41de164ed1de56d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:04:02 +0000 Subject: [PATCH] Update console-subscriber requirement from 0.2.0 to 0.4.1 Updates the requirements on [console-subscriber](https://github.com/tokio-rs/console) to permit the latest version. - [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.4.1) --- updated-dependencies: - dependency-name: console-subscriber dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4738891..50f55aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ unicode-linebreak = ">= 0.1.5" # Required to fix minimal-versions gcc = ">= 0.3.4" # Required to fix minimal-versions # tokio-console -console-subscriber = "0.2.0" +console-subscriber = "0.4.1" # For testing unix signals [target.'cfg(unix)'.dev-dependencies]