Skip to content

Commit

Permalink
bump: attestation-agent to v0.6.0
Browse files Browse the repository at this point in the history
Fixes #106

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 authored and sameo committed Jun 5, 2023
1 parent ef65a33 commit 3b245d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion tools/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ base64.workspace = true
clap = { version = "4.0.29", features = ["derive"] }
env_logger.workspace = true
jwt-simple = "0.11.4"
kbs_protocol = { git = "https://github.com/confidential-containers/attestation-agent", rev = "aa1d3c5" }
kbs_protocol = { git = "https://github.com/confidential-containers/attestation-agent", tag = "v0.6.0" }
log.workspace = true
reqwest = { version = "0.11.18", default-features = false, features = ["cookies", "json"] }
serde_json.workspace = true
Expand Down

0 comments on commit 3b245d8

Please sign in to comment.