Skip to content

Commit

Permalink
chore: bump the cargo group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates: [image](https://github.com/image-rs/image) and [clap_complete](https://github.com/clap-rs/clap).


Updates `image` from 0.25.4 to 0.25.5
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.4...v0.25.5)

Updates `clap_complete` from 4.5.36 to 4.5.37
- [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.5.36...clap_complete-v4.5.37)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent c0e8457 commit 873b6a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
23 changes: 10 additions & 13 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 @@ -11,7 +11,7 @@ license = "GPL-3.0-only"
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
glob = "0.3.1"
image = "0.25.4"
image = "0.25.5"
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
rayon = "1.10.0"
serde = { version = "1.0.214", features = ["derive"] }
Expand All @@ -21,7 +21,7 @@ toml = "0.8.19"

[build-dependencies]
clap = { version = "4.5.20", features = ["derive"] }
clap_complete = "4.5.36"
clap_complete = "4.5.37"
clap_mangen = "0.2.24"
serde = { version = "1.0.214", features = ["derive"] }

Expand Down

0 comments on commit 873b6a7

Please sign in to comment.