From 61ac47a423a7461deca3a8ea7c65952ff40520a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:04:17 +0000 Subject: [PATCH] build(deps): update colored_json requirement from 2.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/v2.1.0...v5.0.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 0998710..ba0a550 100644 --- a/varlink-cli/Cargo.toml +++ b/varlink-cli/Cargo.toml @@ -22,7 +22,7 @@ varlink_parser = { version = "5.0", path = "../varlink_parser" } serde = "1.0.102" serde_json = "1.0.41" clap = "2.33.0" -colored_json = "2.1.0" +colored_json = "5.0.0" anyhow = "1.0.93" libc = { version = "0.2.126", default-features = false } bitflags = "1.2.1"