From fc26a5a377896a50e7d97947bcfc969b8921b28b Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:58:41 +0000 Subject: [PATCH] fix(deps): update ccatoken digest to 870c83f Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- deps/verifier/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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