Skip to content

Commit cddb780

Browse files
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](ctron/colored_json@v2.1.0...v5.0.0) --- updated-dependencies: - dependency-name: colored_json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2908aa commit cddb780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

varlink-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ varlink_parser = { version = "5.0", path = "../varlink_parser" }
2222
serde = "1.0.102"
2323
serde_json = "1.0.41"
2424
clap = "2.33.0"
25-
colored_json = "2.1.0"
25+
colored_json = "5.0.0"
2626
anyhow = "1.0.93"
2727
libc = { version = "0.2.126", default-features = false }
2828
bitflags = "1.2.1"

0 commit comments

Comments
 (0)