Skip to content

Commit

Permalink
Merge pull request #67 from leptonyu/renovate/clap-4.x
Browse files Browse the repository at this point in the history
Update Rust crate clap to >= 4.5.1
  • Loading branch information
leptonyu authored Feb 22, 2024
2 parents c47e2a6 + 41230f4 commit d36b61f
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 @@ -43,7 +43,7 @@ yaml-rust = { version = ">= 0.4.5", optional = true }
[dev-dependencies]
env_logger = ">= 0.11.2"
criterion = '>= 0.5.1'
clap = '>= 4.5'
clap = '>= 4.5.1'
regex = '>= 1.10'
log = '>= 0.4'
quickcheck = '1'
Expand Down

0 comments on commit d36b61f

Please sign in to comment.