From 518aef6da586e64deeda0cf06ba8c74430aa825f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 22:12:17 +0000 Subject: [PATCH] Update console-subscriber requirement from 0.1 to 0.2 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) - [Commits](https://github.com/tokio-rs/console/compare/console-subscriber-v0.1.0...console-subscriber-v0.2.0) --- 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 6936370..c3df0c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,5 @@ webpki = "0.22" zeroize = { version = "1", features = ["zeroize_derive"] } [dev-dependencies] -console-subscriber = "0.1" +console-subscriber = "0.2" tracing-subscriber = "0.3" \ No newline at end of file