Skip to content

Commit

Permalink
Merge pull request #822 from uran0sH/upgrade-clap
Browse files Browse the repository at this point in the history
upgrade clap to 4.0
  • Loading branch information
imeoer authored Oct 30, 2022
2 parents 91989b2 + 877ae1e commit 9daaff8
Show file tree
Hide file tree
Showing 7 changed files with 456 additions and 426 deletions.
99 changes: 68 additions & 31 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 @@ -26,7 +26,7 @@ rlimit = "0.8.3"
log = "0.4.8"
libc = "0.2"
vmm-sys-util = "0.10.0"
clap = "2.33"
clap = {version = "4.0.18", features = ["derive", "cargo"]}
serde = { version = "1.0.110", features = ["serde_derive", "rc"] }
serde_json = "1.0.51"
sha2 = "0.10.2"
Expand Down
Loading

0 comments on commit 9daaff8

Please sign in to comment.