Skip to content

Commit 54e0b24

Browse files
committed
chore(deps): update dcap-qvl to 0.5.3
Upstream 0.5.3 masks the PERFMON bit out of `reserved_other` in `TDAttributes::parse`, so quotes from platforms with PERFMON enabled are no longer rejected for having reserved TD attribute bits set. dstack only reads the raw `td_attributes` bytes, so no call-site changes are required.
1 parent 2796c54 commit 54e0b24

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dstack/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dstack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ url = "2.5"
231231
# Cryptography/Security
232232
aes-gcm = "0.10.3"
233233
curve25519-dalek = "4.1.3"
234-
dcap-qvl = "0.5.2"
234+
dcap-qvl = "0.5.3"
235235
dcap-qvl-webpki = "0.103.4"
236236
elliptic-curve = { version = "0.13.8", features = ["pkcs8"] }
237237
getrandom = "0.3.1"

0 commit comments

Comments
 (0)