Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #64 from fidencio/topic/update-attestation-agent-t…
Browse files Browse the repository at this point in the history
…o-v0.5.0

deps: Update the attestation-agent to v0.5.0
  • Loading branch information
fidencio authored Apr 14, 2023
2 parents 55ab22d + 2320a6a commit 3bf5bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 3bf5bc4

Please sign in to comment.