Skip to content

Commit

Permalink
chore(deps): specify full clap version
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored May 28, 2024
1 parent 6986c40 commit c844c75
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 @@ -13,7 +13,7 @@ edition = "2021"

[dependencies]
catppuccin = "2.4.0"
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
color-eyre = "0.6.3"
convert_case = "0.6.0"
fancy-regex = "0.13.0"
Expand Down

0 comments on commit c844c75

Please sign in to comment.