Skip to content

Commit 2fdaebb

Browse files
Bump clap from 4.5.36 to 4.5.37 (#3143)
1 parent 54f4db2 commit 2fdaebb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rocketmq-broker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde_json.workspace = true
4040
bytes = { workspace = true }
4141
parking_lot.workspace = true
4242

43-
clap = { version = "4.5.36", features = ["derive"] }
43+
clap = { version = "4.5.37", features = ["derive"] }
4444
rand = { workspace = true }
4545

4646
#tools

rocketmq-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rocketmq-common = { workspace = true }
1616
rocketmq-store = { workspace = true }
1717

1818

19-
clap = { version = "4.5.36", features = ["derive"] }
19+
clap = { version = "4.5.37", features = ["derive"] }
2020
tabled = "0.18.0"
2121
bytes = { workspace = true }
2222
cheetah-string = { workspace = true }

rocketmq-namesrv/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ serde_json.workspace = true
3434
config.workspace = true
3535
parking_lot.workspace = true
3636

37-
clap = { version = "4.5.36", features = ["derive"] }
37+
clap = { version = "4.5.37", features = ["derive"] }
3838
cheetah-string = { workspace = true }
3939
thiserror = { workspace = true }
4040

0 commit comments

Comments
 (0)