From 01141f51bada4bc394b44ef99c28289095d66dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 14:03:56 +0000 Subject: [PATCH] build(deps): update colored_json requirement from 2.1.0 to 3.0.1 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/commits) --- 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 b547cc1..ccc174c 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.0.1" chainerror = "0.7.0" libc = { version = "0", default-features = false } bitflags = "1.2.1"