diff --git a/Cargo.toml b/Cargo.toml index 32ba7a2..582bef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ pkce = "0.2.0" clap = { version = "4.4.6", features = ["derive", "env"], optional = true } tracing-subscriber = { version = "0.3.17", optional = true } -colored_json = { version = "3.3.0", optional = true } +colored_json = { version = "4.0.0", optional = true } [dev-dependencies] test-log = { version = "0.2.13", default-features = false, features = ["trace"] }