From 9727091472ad0d57005c6c3a49e629028ecf1a80 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:23:58 +0000 Subject: [PATCH] fix(deps): update veraison-apiclient digest to b7e61e3 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..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 }