From 2320a6a43d3d2f3a31d24fee7d9e16ed5c632795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 14 Apr 2023 14:06:51 +0200 Subject: [PATCH] deps: Update the attestation-agent to v0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's update the attestation-agent to its latest released version. Signed-off-by: Fabiano FidĂȘncio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70af3b0..b13ec01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ sha2 = { version = ">=0.10", optional = true } tokio = { version = "1.17.0", features = ["rt-multi-thread"], optional = true } tonic = { version = ">=0.8.0", optional = true } ttrpc = { version = "0.7.1", features = ["async"], default-features = false, optional = true } -attestation_agent = { git = "https://github.com/confidential-containers/attestation-agent.git", rev = "c939d21", optional = true } +attestation_agent = { git = "https://github.com/confidential-containers/attestation-agent.git", tag = "v0.5.0", optional = true } [build-dependencies] tonic-build = {version = "0.8.0", optional = true }