Merge pull request #24 from gak/dependabot/cargo/colored_json-5.0.0
chore(deps): update colored_json requirement from 4.1.0 to 5.0.0
This commit is contained in:
commit
6723c0ad02
|
@ -38,7 +38,7 @@ pkce = "0.2.0"
|
|||
|
||||
clap = { version = "4.4.18", features = ["derive", "env"], optional = true }
|
||||
tracing-subscriber = { version = "0.3.18", optional = true }
|
||||
colored_json = { version = "4.1.0", optional = true }
|
||||
colored_json = { version = "5.0.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
test-log = { version = "0.2.14", default-features = false, features = ["trace"] }
|
||||
|
|
Loading…
Reference in a new issue