Skip to content

Commit

Permalink
chore(deps): update rust crate clap to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent 454bec8 commit 9e40515
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 34 deletions.
176 changes: 143 additions & 33 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 @@ -36,7 +36,7 @@ required-features = ["z3"]

[dependencies]
byteorder = "~1.4"
clap = { version = "~3.2", features = ["cargo"] }
clap = { version = "~4.4.3", features = ["cargo"] }
strum = { version = "~0.24", features = ["derive"] }
riscu = "~0.5"
petgraph = "~0.6"
Expand Down

0 comments on commit 9e40515

Please sign in to comment.