From 8b5141376e91d32d045a4c7252012beb5d0c9f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:42:32 +0000 Subject: [PATCH] chore(deps): update colored_json requirement from 4.1.0 to 5.0.0 Updates the requirements on [colored_json](https://github.com/ctron/colored_json) to permit the latest version. - [Release notes](https://github.com/ctron/colored_json/releases) - [Commits](https://github.com/ctron/colored_json/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: colored_json 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 5887f6a..0c371fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ pkce = "0.2.0" clap = { version = "4.4.18", features = ["derive", "env"], optional = true } tracing-subscriber = { version = "0.3.18", optional = true } -colored_json = { version = "4.1.0", optional = true } +colored_json = { version = "5.0.0", optional = true } [dev-dependencies] test-log = { version = "0.2.14", default-features = false, features = ["trace"] }