Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.8 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent dc3e143 commit efac5e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -16,7 +16,7 @@ path = "src/main.rs"
[dependencies]
base64 = "0.21.5"
catppuccin = { version = "1.3.0", features = ["css"] }
clap = { version = "4.4.7", features = ["derive"] }
clap = { version = "4.4.8", features = ["derive"] }
clap-stdin = "0.2.1"
color-eyre = { version = "0.6.2", default-features = false }
css-colors = "1.0.1"
Expand Down

0 comments on commit efac5e3

Please sign in to comment.