From 252272ea83b200a2599f0d277eeb4c5579404eaa Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 02:08:34 +0000 Subject: [PATCH] fix(deps): update veraison-apiclient digest to 3f43ee8 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 c1da421a5d..dc55c211dd 100644 --- a/deps/verifier/Cargo.toml +++ b/deps/verifier/Cargo.toml @@ -106,7 +106,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.26", 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 = "3f43ee88e3e1827df5f17e184e541cb06512a313", optional = true } ccatoken = { git = "https://github.com/veraison/rust-ccatoken", rev = "870c83f", optional = true } ear = { version = "0.5.0", optional = true } x509-parser = { version = "0.18.1", optional = true }