Skip to content

Commit

Permalink
chore(deps): Bump clap from 4.5.16 to 4.5.18
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.16 to 4.5.18.
- [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.16...clap_complete-v4.5.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 0036c7c commit decb2f7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.

2 changes: 1 addition & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ content_inspector = "0.2.4"
cyclonedx-bom = "0.7.0"
dotenv = "0.15.0"
chrono = { version = "0.4.19", features = ["alloc", "serde"] }
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
console = { version = "0.15.8", features = ["windows-console-colors"] }
dashmap = { version = "6.1.0", features = ["rayon", "inline"] }
dialoguer = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_rand_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.89"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
futures = "0.3.30"
indexmap = "2.5.0"
prost = "0.13.2"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_rand_data_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.87"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
hipcheck-sdk = { path = "../../sdk/rust" }
rand = "0.8.5"
tokio = { version = "1.40.0", features = ["rt"] }
2 changes: 1 addition & 1 deletion plugins/dummy_sha256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.89"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
indexmap = "2.5.0"
futures = "0.3.30"
prost = "0.13.2"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
anyhow = "1.0.89"
clap = { version = "4.5.16", features = ["cargo", "derive"] }
clap = { version = "4.5.18", features = ["cargo", "derive"] }
clap-verbosity-flag = "2.2.1"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down

0 comments on commit decb2f7

Please sign in to comment.