Skip to content

Commit

Permalink
chore(deps): bump the versions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the versions group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [config](https://github.com/rust-cli/config-rs).


Updates `clap` from 4.5.28 to 4.5.29
- [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.28...clap_complete-v4.5.29)

Updates `config` from 0.15.7 to 0.15.8
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.15.7...v0.15.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 322610a commit 758ca1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 crates/bacli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ bitaxe_api = { version = "0.2.1", path = "../bitaxe_api", default-features = fal
"rustls",
"clap",
] }
clap = { version = "4.5.28", features = ["derive"] }
clap = { version = "4.5.29", features = ["derive"] }
comfy-table = "7.1.4"
config = { version = "0.15.7", default-features = false, features = [
config = { version = "0.15.8", default-features = false, features = [
"async",
"convert-case",
"yaml",
Expand Down
2 changes: 1 addition & 1 deletion crates/bitaxe_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/w3ird-tech/bacli"
version = "0.2.1"

[dependencies]
clap = { version = "4.5.28", optional = true }
clap = { version = "4.5.29", optional = true }
log = "0.4.25"
reqwest = { version = "0.12.12", default-features = false, features = [
"charset",
Expand Down

0 comments on commit 758ca1c

Please sign in to comment.