Skip to content

Commit

Permalink
Bump clap from 4.5.9 to 4.5.10
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.10.
- [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.9...v4.5.10)

---
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 Jul 23, 2024
1 parent 8764af2 commit b7c8269
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 rocketmq-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bytes = "1.6.1"
config.workspace = true
parking_lot.workspace = true

clap = { version = "4.5.9", features = ["derive"] }
clap = { version = "4.5.10", features = ["derive"] }
rand = "0.8.5"

#tools
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rocketmq-common = { workspace = true }
rocketmq-store = { workspace = true }


clap = { version = "4.5.9", features = ["derive"] }
clap = { version = "4.5.10", features = ["derive"] }
tabled = "0.15.0"
bytes = { workspace = true }
[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-namesrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bytes = "1.6.1"
config.workspace = true
parking_lot.workspace = true

clap = { version = "4.5.9", features = ["derive"] }
clap = { version = "4.5.10", features = ["derive"] }
log = "0.4.22"

[[bin]]
Expand Down

0 comments on commit b7c8269

Please sign in to comment.