Skip to content

Commit

Permalink
build(deps): update colored_json requirement from 2.1.0 to 3.0.1
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2022
1 parent a6464da commit 508c119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varlink-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.126", default-features = false }
bitflags = "1.2.1"

0 comments on commit 508c119

Please sign in to comment.