Skip to content

Commit d3859a3

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

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
@@ -21,7 +21,7 @@ varlink_parser = { version = "4.2", path = "../varlink_parser" }
2121
serde = "1.0.102"
2222
serde_json = "1.0.41"
2323
clap = "2.33.0"
24-
colored_json = "2.1.0"
24+
colored_json = "3.2.0"
2525
chainerror = "0.8.0"
2626
libc = { version = "0.2.126", default-features = false }
2727
bitflags = "1.2.1"

0 commit comments

Comments
 (0)