Skip to content

Commit 052bd8e

Browse files
committed
vmm: bump kbs-types and drop tee-sev
Bump kbs-types dependency to version 0.11 and drop the use of the tee-sev which we no longer use (and it's broken in kbs-types). Signed-off-by: Sergio Lopez <[email protected]>
1 parent 6a3b278 commit 052bd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ polly = { path = "../polly" }
2929

3030
# Dependencies for amd-sev
3131
codicon = { version = "3.0.0", optional = true }
32-
kbs-types = { version = "0.8.0", features = ["tee-sev", "tee-snp"], optional = true }
32+
kbs-types = { version = "0.11.0", features = ["tee-snp"], optional = true }
3333
procfs = { version = "0.12", optional = true }
3434
rdrand = { version = "^0.8", optional = true }
3535
serde = { version = "1.0.125", optional = true }

0 commit comments

Comments
 (0)