Skip to content

Commit

Permalink
Bump the rust-dependencies group with 2 updates (#79)
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [owo-colors](https://github.com/jam1garner/owo-colors).


Updates `clap` from 4.4.10 to 4.5.1
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.4.10...clap_complete-v4.5.1)

Updates `owo-colors` from 3.5.0 to 4.0.0
- [Commits](jam1garner/owo-colors@v3.5.0...v4.0.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: owo-colors
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent c1f3776 commit 112c08c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.10", features = ["cargo"] }
clap = { version = "4.5.1", features = ["cargo"] }
rand = "0.8.5"
owo-colors = "3.5.0"
owo-colors = "4.0.0"

0 comments on commit 112c08c

Please sign in to comment.