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:
gak 2024-04-12 08:48:40 +10:00 committed by GitHub
commit 6723c0ad02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"] }