Skip to content

Commit

Permalink
chore(deps): update colored_json requirement from 4.1.0 to 5.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [colored_json](https://github.com/ctron/colored_json) to permit the latest version.
- [Release notes](https://github.com/ctron/colored_json/releases)
- [Commits](ctron/colored_json@v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: colored_json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent b7e2f94 commit 8b51413
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 8b51413

Please sign in to comment.