diff --git a/deps/verifier/Cargo.toml b/deps/verifier/Cargo.toml index 698910fb35..b125d339b5 100644 --- a/deps/verifier/Cargo.toml +++ b/deps/verifier/Cargo.toml @@ -95,7 +95,7 @@ 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 } -ccatoken = { git = "https://github.com/veraison/rust-ccatoken", rev = "6d5b8db", optional = true } +ccatoken = { git = "https://github.com/veraison/rust-ccatoken", rev = "870c83f83c9690643c4eb8e5986ef1a4779fc596", optional = true } ear = { version = "0.4.0", optional = true } x509-parser = { version = "0.18.1", optional = true } reqwest.workspace = true