Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 17, 2024
1 parent 14d63a3 commit 4790abc
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 @@ -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 4790abc

Please sign in to comment.