Skip to content

Commit

Permalink
Merge pull request #35 from yanorei32/renovate/clap-4.x
Browse files Browse the repository at this point in the history
Update Rust crate clap to 4.5.0
  • Loading branch information
yanorei32 authored Feb 10, 2024
2 parents cbb3c88 + c0b3138 commit 05da3d3
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
winsafe = { version = "0.0.19", features = ["user", "kernel"] }
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.0", features = ["derive"] }

[profile.release]
opt-level = "z"
Expand Down

0 comments on commit 05da3d3

Please sign in to comment.