Skip to content

Commit

Permalink
pcli: bump colored_json to 4.1 (#4159)
Browse files Browse the repository at this point in the history
## Describe your changes
Bump the version of colored_json used by pcli to 4.1.

## Issue ticket number and link

## Checklist before requesting a review

- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:

> This is a dependency upgrade that mainly just removes subdependencies
and bumps the edition to 2021.
  • Loading branch information
kevinji authored Apr 4, 2024
1 parent 25b27ae commit 1fcaf07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/bin/pcli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bytes = {workspace = true}
camino = {workspace = true}
clap = {workspace = true, features = ["derive", "env"]}
colored = "2.1.0"
colored_json = "2.1"
colored_json = "4.1"
comfy-table = "5"
decaf377 = {workspace = true, default-features = true}
decaf377-rdsa = {workspace = true}
Expand Down

0 comments on commit 1fcaf07

Please sign in to comment.