From d3859a33cc299ea525f0125ee5a09a90d7677c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:02:59 +0000 Subject: [PATCH] build(deps): update colored_json requirement from 2.1.0 to 3.2.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/v2.1.0...v3.2.0) --- updated-dependencies: - dependency-name: colored_json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- varlink-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varlink-cli/Cargo.toml b/varlink-cli/Cargo.toml index 1023044..92c5964 100644 --- a/varlink-cli/Cargo.toml +++ b/varlink-cli/Cargo.toml @@ -21,7 +21,7 @@ varlink_parser = { version = "4.2", path = "../varlink_parser" } serde = "1.0.102" serde_json = "1.0.41" clap = "2.33.0" -colored_json = "2.1.0" +colored_json = "3.2.0" chainerror = "0.8.0" libc = { version = "0.2.126", default-features = false } bitflags = "1.2.1"