Skip to content

Commit

Permalink
Bump clap from 4.5.23 to 4.5.24 (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 158d2eb commit 4ff2d72
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 @@ -39,7 +39,7 @@ serde_json.workspace = true
bytes = { workspace = true }
parking_lot.workspace = true

clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.24", 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 @@ -16,7 +16,7 @@ rocketmq-common = { workspace = true }
rocketmq-store = { workspace = true }


clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.24", features = ["derive"] }
tabled = "0.17.0"
bytes = { workspace = true }
cheetah-string = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-namesrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_json.workspace = true
config.workspace = true
parking_lot.workspace = true

clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.24", features = ["derive"] }
cheetah-string = { workspace = true }
thiserror = { workspace = true }

Expand Down

0 comments on commit 4ff2d72

Please sign in to comment.