Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(cargo): bump colored from 2.1.0 to 2.2.0 in the rust group #95

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
deps(cargo): bump colored from 2.1.0 to 2.2.0 in the rust group
Bumps the rust group with 1 update: [colored](https://github.com/mackwic/colored).


Updates `colored` from 2.1.0 to 2.2.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.1.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
commit a0eb8e575d6fde557952f12f7e79b91e300c4e2a
98 changes: 16 additions & 82 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 @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
anyhow = "1.0.94"
bytemuck = { version = "1.20.0", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
colored = "2.1.0"
colored = "2.2.0"
ctrlc = "3.4.5"
widestring = "1.1.0"
windows = { version = "0.58.0", features = [
Expand Down
Loading