Skip to content

Commit

Permalink
Remove strict versioning on clap dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hui <[email protected]>
  • Loading branch information
CookieComputing authored and tylerfanelli committed Sep 5, 2024
1 parent 3567a31 commit 93fae9b
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 @@ -19,7 +19,7 @@ default = []
hyperv = ["tss-esapi"]

[dependencies]
clap = { version = "<4.5", features = [ "derive" ] }
clap = { version = "4.5", features = [ "derive" ] }
env_logger = "0.10.0"
anyhow = "1.0.69"
sev = { version = "4.0", default-features = false, features = ['openssl','snp']}
Expand Down

0 comments on commit 93fae9b

Please sign in to comment.