Skip to content

Commit

Permalink
build: upgrade colored_json
Browse files Browse the repository at this point in the history
Previous version was yanked from crates due to breaking changes.
The changes don't affect us but might as well upgrade to avoid
any issues with the version missing from crates.

Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Nov 13, 2023
1 parent 49495cc commit 5dc88e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 io-engine-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bincode = "1.3.3"
byte-unit = "4.0.19"
bytes = "1.5.0"
chrono = "0.4.31"
colored_json = "3.3.0"
colored_json = "4.0.0"
crossbeam = "0.8.2"
etcd-client = "0.12.1"
function_name = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion io-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ byte-unit = "4.0.19"
bytes = "1.5.0"
chrono = "0.4.31"
clap = { version = "4.4.6", features = ["color", "derive", "string", "env"] }
colored_json = "3.3.0"
colored_json = "4.0.0"
crossbeam = "0.8.2"
derive_builder = "0.12.0"
env_logger = "0.10.0"
Expand Down

0 comments on commit 5dc88e8

Please sign in to comment.