build(deps): bump the deps group with 2 updates

Bumps the deps group with 2 updates: [clap](https://github.com/clap-rs/clap) and [rc-zip-sync](https://github.com/fasterthanlime/rc-zip).


Updates `clap` 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](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.36...clap_complete-v4.5.37)

Updates `rc-zip-sync` from 4.2.6 to 4.3.0
- [Release notes](https://github.com/fasterthanlime/rc-zip/releases)
- [Changelog](https://github.com/bearcove/rc-zip/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fasterthanlime/rc-zip/compare/rc-zip-sync-v4.2.6...rc-zip-sync-v4.3.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: rc-zip-sync
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-19 01:05:49 +00:00 committed by GitHub
parent a803508dbf
commit 2989e8278a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@ pkg-fmt = "zip"
atomic-file-install = { version = "1.0.11", path = "../atomic-file-install" }
binstalk = { path = "../binstalk", version = "0.28.31", default-features = false }
binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.28" }
clap = { version = "4.5.3", features = ["derive", "env", "wrap_help"] }
clap = { version = "4.5.37", features = ["derive", "env", "wrap_help"] }
clap-cargo = "0.15.2"
compact_str = "0.9.0"
dirs = "6.0.0"