Skip to content

Commit

Permalink
Update clap to 4.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Steffen <[email protected]>
  • Loading branch information
osteffenrh committed May 31, 2024
1 parent ff2709a commit 0380e3b
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 115 deletions.
217 changes: 103 additions & 114 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 @@ -9,7 +9,7 @@ path = "src/main.rs"
required-features = ["cli"]

[dependencies]
clap = { version = "4.3.5", features = ["derive"], optional = true }
clap = { version = "4.5.4", features = ["derive"], optional = true }
memmap2 = { version = "0.7.0", optional = true }
zerocopy = { version = "0.7.32", features = ["derive"] }

Expand Down

0 comments on commit 0380e3b

Please sign in to comment.