Skip to content

Commit

Permalink
Bump clap from 4.5.17 to 4.5.18 (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 21, 2024
1 parent a94311c commit 6bdfbbc
Show file tree
Hide file tree
Showing 4 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.

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.7.2"
config.workspace = true
parking_lot.workspace = true

clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.18", 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.17", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
tabled = "0.16.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.7.2"
config.workspace = true
parking_lot.workspace = true

clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
log = "0.4.22"

[[bin]]
Expand Down

0 comments on commit 6bdfbbc

Please sign in to comment.