Skip to content

Commit

Permalink
Bump colored from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [colored](https://github.com/mackwic/colored) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](colored-rs/colored@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: colored
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and x3ro committed Nov 12, 2024
1 parent 5b428a3 commit 476c278
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 29 deletions.
101 changes: 73 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0.214" }
serde_derive = "1.0.214"
pretty_assertions = "1.4.1"
chrono = "0.4.38"
colored = "2.0.0"
colored = "2.1.0"

[target.'cfg(not(target_os = "windows"))'.dependencies]
nix = { version = "0.29", features=["process", "signal"] }
Expand Down

0 comments on commit 476c278

Please sign in to comment.