Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.7 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent 3fb1a9b commit 7b80fcd
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 @@ -16,7 +16,7 @@ path = "src/main.rs"
[dependencies]
base64 = "0.21.4"
catppuccin = { version = "1.3.0", features = ["css"] }
clap = { version = "4.4.6", features = ["derive"] }
clap = { version = "4.4.7", 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 7b80fcd

Please sign in to comment.