Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 17, 2024
1 parent ff07e55 commit ea3201a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion whiskers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"
base64 = "0.21"
catppuccin = { version = "1.4", features = ["css"] }
indexmap = { version = "2.2.3", features = ["serde"] }
clap = { version = "4.4", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
clap-stdin = "0.4.0"
color-eyre = { version = "0.6", default-features = false }
css-colors = "1.0"
Expand Down

0 comments on commit ea3201a

Please sign in to comment.