Skip to content

Commit 45386b4

Browse files
Bump clap from 4.5.49 to 4.5.50
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.49 to 4.5.50. - [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.49...clap_complete-v4.5.50) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f04b78a commit 45386b4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rocketmq-broker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ serde_json.workspace = true
4141
bytes = { workspace = true }
4242
parking_lot.workspace = true
4343

44-
clap = { version = "4.5.49", features = ["derive"] }
44+
clap = { version = "4.5.50", features = ["derive"] }
4545
rand = { workspace = true }
4646

4747
#tools

rocketmq-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rocketmq-common = { workspace = true }
1717
rocketmq-store = { workspace = true }
1818

1919

20-
clap = { version = "4.5.49", features = ["derive"] }
20+
clap = { version = "4.5.50", features = ["derive"] }
2121
tabled = "0.20.0"
2222
bytes = { workspace = true }
2323
cheetah-string = { workspace = true }

rocketmq-namesrv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ config.workspace = true
3636
parking_lot.workspace = true
3737
dashmap = { version = "6.1.0", features = ["serde"] }
3838

39-
clap = { version = "4.5.49", features = ["derive"] }
39+
clap = { version = "4.5.50", features = ["derive"] }
4040
cheetah-string = { workspace = true }
4141
thiserror = { workspace = true }
4242

rocketmq-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde_json.workspace = true
2424
tokio = { workspace = true }
2525

2626
cheetah-string = { workspace = true }
27-
clap = { version = "4.5.49", features = ["derive"] }
27+
clap = { version = "4.5.50", features = ["derive"] }
2828
tabled = { version = "0.20.0", features = ["derive"] }
2929
futures = "0.3.31"
3030

0 commit comments

Comments
 (0)