Skip to content

Commit

Permalink
Merge pull request #75 from Xynnn007/bump-v050
Browse files Browse the repository at this point in the history
chore: bump attestation-service and as-types to v0.5.0
  • Loading branch information
fidencio authored Apr 13, 2023
2 parents ed8f1a4 + 6575548 commit a41fa6c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 35 deletions.
64 changes: 31 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/api_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ actix-web-httpauth = "0.8.0"
aes-gcm = "0.10.1"
anyhow.workspace = true
async-trait.workspace = true
as-types = { git = "https://github.com/confidential-containers/attestation-service.git", rev = "eb9c069"}
attestation-service = { git = "https://github.com/confidential-containers/attestation-service.git", default-features = false, rev = "eb9c069", optional = true}
as-types = { git = "https://github.com/confidential-containers/attestation-service.git", rev = "v0.5.0"}
attestation-service = { git = "https://github.com/confidential-containers/attestation-service.git", default-features = false, rev = "v0.5.0", optional = true}
base64.workspace = true
cfg-if = "1.0.0"
env_logger.workspace = true
Expand Down

0 comments on commit a41fa6c

Please sign in to comment.