Skip to content

Commit

Permalink
chore(deps): Bump tdx-attest-rs from DCAP_1.20 to DCAP_1.21
Browse files Browse the repository at this point in the history
Bumps [tdx-attest-rs](https://github.com/intel/SGXDataCenterAttestationPrimitives) from DCAP_1.20 to DCAP_1.21.
- [Release notes](https://github.com/intel/SGXDataCenterAttestationPrimitives/releases)
- [Commits](intel/SGXDataCenterAttestationPrimitives@621a085...e945c58)

---
updated-dependencies:
- dependency-name: tdx-attest-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 1737d32 commit 463e73d
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 attestation-agent/attester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sev = { version = "3.1.1", default-features = false, features = [
], optional = true }
sha2.workspace = true
strum.workspace = true
tdx-attest-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.20", optional = true }
tdx-attest-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.21", optional = true }
thiserror.workspace = true
# TODO: change it to "0.1", once released.
csv-rs = { git = "https://github.com/openanolis/csv-rs", rev = "b74aa8c", optional = true }
Expand Down

0 comments on commit 463e73d

Please sign in to comment.