diff --git a/deps/verifier/Cargo.toml b/deps/verifier/Cargo.toml index 698910fb35..81eeaa11a1 100644 --- a/deps/verifier/Cargo.toml +++ b/deps/verifier/Cargo.toml @@ -94,7 +94,7 @@ tokio = { workspace = true, optional = true } tracing.workspace = true intel-tee-quote-verification-rs = { git = "https://github.com/intel/confidential-computing.tee.dcap", tag = "DCAP_1.24", optional = true } strum.workspace = true -veraison-apiclient = { git = "https://github.com/veraison/rust-apiclient", rev = "fe149cd", optional = true } +veraison-apiclient = { git = "https://github.com/veraison/rust-apiclient", rev = "b7e61e38cbbf4884e205a7cede35a6366db75be7", optional = true } ccatoken = { git = "https://github.com/veraison/rust-ccatoken", rev = "6d5b8db", optional = true } ear = { version = "0.4.0", optional = true } x509-parser = { version = "0.18.1", optional = true }