Skip to content

Commit

Permalink
Pin clap to 4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Feb 27, 2024
1 parent 652e8f4 commit fd609f0
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 @@ -17,7 +17,7 @@ exclude = [ ".github", "doc/manual", "Dockerfile", ".dockerignore", ".readthedoc
arbitrary = { version = "1", optional = true, features = ["derive"] }
bytes = "1.0.0"
chrono = "0.4.23"
clap = { version = "4", features = [ "wrap_help", "cargo", "derive" ] }
clap = { version = "~4.4", features = [ "wrap_help", "cargo", "derive" ] }
crossbeam-queue = "0.3.1"
dirs = "5"
form_urlencoded = "1.0"
Expand Down

0 comments on commit fd609f0

Please sign in to comment.