Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade sev to 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hui <[email protected]>
CookieComputing committed Aug 30, 2024
1 parent 9da325a commit ed2fa4e
Showing 2 changed files with 36 additions and 17 deletions.
51 changes: 35 additions & 16 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
@@ -25,7 +25,7 @@ is-it-maintained-open-issues = { repository = "virtee/snphost" }

[dependencies]
anyhow = "1.0.83"
sev = { version = "3.2.0", features = ['openssl']}
sev = { version = "4.0.0", features = ['openssl']}
env_logger = "0.10.1"
clap = { version = "4.5", features = [ "derive" ] }
colorful = "0.2.2"

0 comments on commit ed2fa4e

Please sign in to comment.