Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
fix: clap version up
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Sep 30, 2023
1 parent 30c99ff commit 3caed7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tracing-subscriber = "0.3"
# 工具
lz4 = "1.23.1"
integer-encoding = "3.0.4"
clap = { version = "4.2.1", features = ["derive"] }
clap = { version = "4.4.6", features = ["derive"] }
growable-bloom-filter = "2.0.1"
itertools = "0.10.3"
chrono = "0.4.19"
Expand Down

0 comments on commit 3caed7f

Please sign in to comment.