Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5.4 (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent 74c103f commit 52d5aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catwalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"]
thiserror = "1"

[target.'cfg(not(target_family = "wasm"))'.dependencies]
clap = { version = "4", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
clap_complete = { version = "4" }
color-eyre = { version = "0.6", default-features = false }
ril = { version = "0.10", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion whiskers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cast_sign_loss = "allow"
anyhow = "1.0.82"
base64 = "0.22.1"
catppuccin = { version = "2.2", features = ["serde", "css-colors"] }
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
clap-stdin = "0.4"
css-colors = "1.0"
encoding_rs_io = "0.1"
Expand Down

0 comments on commit 52d5aa4

Please sign in to comment.