Skip to content

Commit

Permalink
Update sev crate to 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>
  • Loading branch information
tylerfanelli committed Nov 18, 2022
1 parent 69472f7 commit 3a1bb37
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.
42 changes: 40 additions & 2 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 @@ -22,7 +22,7 @@ is-it-maintained-issue-resolution = { repository = "virtee/sevctl" }
is-it-maintained-open-issues = { repository = "virtee/sevctl" }

[dependencies]
sev = { version = "0.3.0", features = ["openssl"] }
sev = { version = "1.0.1", features = ["openssl"] }
serde = { version = "1.0", features = ["derive"] }
# serde_json is just for the example, not required in general
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ use structopt::StructOpt;
use codicon::*;

use ::sev::certs::*;
use ::sev::firmware::{Firmware, PlatformStatusFlags, Status};
use ::sev::firmware::host::{types::Status, Firmware, PlatformStatusFlags};
use ::sev::Generation;

use std::fs::File;
Expand Down

0 comments on commit 3a1bb37

Please sign in to comment.