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

Commit

Permalink
bump: to v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 authored and fitzthum committed Jun 5, 2023
1 parent defbacc commit c8d248d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ edition = "2018"
anyhow = ">=1.0"
aes = { version = ">=0.8", optional = true }
async-trait = { version = "0.1.61", optional = true }
attestation_agent = { git = "https://github.com/confidential-containers/attestation-agent.git", rev = "aa1d3c5", optional = true }
attestation_agent = { git = "https://github.com/confidential-containers/attestation-agent.git", tag = "v0.6.0", optional = true }
base64 = "0.13"
base64-serde = { version = "0.6", optional = true }
cfg-if = "1.0.0"
ctr = { version = ">=0.9", optional = true }
hmac = { version = ">=0.12", optional = true }
josekit = { version = ">=0.7", optional = true }
kbc = { git = "https://github.com/confidential-containers/attestation-agent.git", rev = "aa1d3c5", optional = true }
kbc = { git = "https://github.com/confidential-containers/attestation-agent.git", tag = "v0.6.0", optional = true }
lazy_static = ">=1.4"
openssl = { version = ">=0.10", features = ["vendored"], optional = true }
pin-project-lite = { version = "0.2.9", optional = true }
Expand Down

0 comments on commit c8d248d

Please sign in to comment.