Skip to content

Commit

Permalink
Remove strict versioning on clap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieComputing committed Aug 30, 2024
1 parent 48914da commit f28037b
Showing 1 changed file with 1 addition and 1 deletion.
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 f28037b

Please sign in to comment.