Skip to content

Commit 7b18880

Browse files
committed
deps/verifier: Use workspace sev dependency
Since the KBS now also uses the sev library, ensure that the same version is used within the workspace. Signed-off-by: Tyler Fanelli <[email protected]>
1 parent db1b787 commit 7b18880

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

deps/verifier/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ scroll = { version = "0.13.0", default-features = false, features = [
6161
serde.workspace = true
6262
serde_json.workspace = true
6363
serde_with = { workspace = true, optional = true }
64-
sev = { version = "6.3.1", default-features = false, features = [
65-
"openssl",
66-
"snp",
67-
], optional = true }
64+
sev = { workspace = true, optional = true }
6865
sha2.workspace = true
6966
tokio = { workspace = true, optional = true }
7067
intel-tee-quote-verification-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.23", optional = true }

0 commit comments

Comments
 (0)