Skip to content

Commit

Permalink
Merge pull request #24 from gak/dependabot/cargo/colored_json-5.0.0
Browse files Browse the repository at this point in the history
chore(deps): update colored_json requirement from 4.1.0 to 5.0.0
  • Loading branch information
gak authored Apr 11, 2024
2 parents b7e2f94 + 8b51413 commit 6723c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 6723c0a

Please sign in to comment.