We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4980410 commit ae50842Copy full SHA for ae50842
1 file changed
deps/verifier/Cargo.toml
@@ -75,7 +75,7 @@ tokio = { workspace = true, optional = true }
75
tracing.workspace = true
76
intel-tee-quote-verification-rs = { git = "https://github.com/intel/confidential-computing.tee.dcap", tag = "DCAP_1.24", optional = true }
77
strum.workspace = true
78
-veraison-apiclient = { git = "https://github.com/veraison/rust-apiclient", rev = "fe149cd", optional = true }
+veraison-apiclient = { git = "https://github.com/veraison/rust-apiclient", rev = "ff7ce874c1323c7f58374e49ae07bdecf98d8e3d", optional = true }
79
ccatoken = { git = "https://github.com/veraison/rust-ccatoken", rev = "6d5b8db", optional = true }
80
ear = { workspace = true, optional = true }
81
x509-parser = { version = "0.18.0", optional = true }
0 commit comments