Skip to content

Commit

Permalink
Update sev dependency to 3.2.0
Browse files Browse the repository at this point in the history
Update sev dependency to the latest version available in crates.io. No
code changes are required in this crate.

Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Jul 22, 2024
1 parent d55489f commit c865497
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 @@ -17,7 +17,7 @@ tee-snp = [ "sev" ]
[dependencies]
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false }
sev = { version = "2.0.2", features = ["openssl"], optional = true }
sev = { version = "3.2.0", features = ["openssl"], optional = true }

[dev-dependencies]
codicon = "3.0.0"
Expand Down

0 comments on commit c865497

Please sign in to comment.