Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kbs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ tracing-subscriber.workspace = true
uuid = { workspace = true, features = ["serde"] }
openssl.workspace = true
az-cvm-vtpm = { version = "0.8.0", default-features = false, optional = true }
vaultrs = { version = "0.7.4", optional = true }
vaultrs = { version = "0.8.0", optional = true }

[target.'cfg(not(any(target_arch = "s390x", target_arch = "aarch64")))'.dependencies]
attestation-service = { path = "../attestation-service", default-features = false, features = [
Expand Down