diff --git a/Cargo.lock b/Cargo.lock index 8e9a74720..1a649ccee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,9 +624,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colored_json" -version = "3.3.0" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4948aed0a773db233baf8997302da553ad285be28464c36584944a66ab107db2" +checksum = "66203a5372a3ffbef29a90b4f8ed98eae3be5662bc7922c7dee1cb57bd40f9a8" dependencies = [ "is-terminal", "serde", diff --git a/io-engine-tests/Cargo.toml b/io-engine-tests/Cargo.toml index 5a0cd00c4..216ed062e 100644 --- a/io-engine-tests/Cargo.toml +++ b/io-engine-tests/Cargo.toml @@ -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" diff --git a/io-engine/Cargo.toml b/io-engine/Cargo.toml index f0b668db3..e1a0a3b14 100644 --- a/io-engine/Cargo.toml +++ b/io-engine/Cargo.toml @@ -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"