Skip to content

Commit

Permalink
Update clap further
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe authored and emilio committed Feb 26, 2024
1 parent bb45e8d commit e6f51dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 30 deletions.
40 changes: 11 additions & 29 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 @@ -19,7 +19,7 @@ exclude = [
]

[dependencies]
clap = { version = "~4.3", optional = true }
clap = { version = "4.3", optional = true }
indexmap = "2.1.0"
log = "0.4"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit e6f51dc

Please sign in to comment.