Skip to content

chore(deps): update mc-sgx-tstdc requirement from 0.6.0 to 0.7.0#87

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mc-sgx-tstdc-0.7.0
Closed

chore(deps): update mc-sgx-tstdc requirement from 0.6.0 to 0.7.0#87
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mc-sgx-tstdc-0.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 26, 2023

Updates the requirements on mc-sgx-tstdc to permit the latest version.

Release notes

Sourced from mc-sgx-tstdc's releases.

Version 0.7.0

Added

  • Added the mc-sgx-dcap-type::Collateral type. This can be retrieved via the mc-sgx-dcap-quoteverify::Collateral trait on a mc-sgx-dcap_types::Quote3.
  • Added the BitAnd trait implementation for mc-sgx-core-types::MiscellaneousSelect.
  • Added the BitAnd trait implementation for mc-sgx-core-types::Attributes.
  • Added the ability to get the QE(Quoting Enclave) report body from mc-sgx-dcap-types::SignatureData.

Changed

  • mc-sgx-core-types::Attributes::set_flags() and mc-sgx-core-types::Attributes::set_extended_features_mask() have been updated to take dedicated types mc-sgx-core-types::AttributesFlags and mc-sgx-core-types::ExtendedFeaturesMask respectively.
  • serde is no longer an optional dependency behind a serde feature. It is now a required dependency.
  • The SGX SDK version is now 2.19.100.3
  • The MrSigner and MrEnclave Display implementations has been changed. Previously they were displayed as 0xABCD_EF01_2345_6789_... now they are displayed as abcdef0123456789.... This is to make it easier to copy the value into code sources or command line utilities.
Changelog

Sourced from mc-sgx-tstdc's changelog.

[0.7.0] - 2023-06-22

Added

  • Added the mc-sgx-dcap-type::Collateral type. This can be retrieved via the mc-sgx-dcap-quoteverify::Collateral trait on a mc-sgx-dcap_types::Quote3.
  • Added the BitAnd trait implementation for mc-sgx-core-types::MiscellaneousSelect.
  • Added the BitAnd trait implementation for mc-sgx-core-types::Attributes.
  • Added the ability to get the QE(Quoting Enclave) report body from mc-sgx-dcap-types::SignatureData.

Changed

  • mc-sgx-core-types::Attributes::set_flags() and mc-sgx-core-types::Attributes::set_extended_features_mask() have been updated to take dedicated types mc-sgx-core-types::AttributesFlags and mc-sgx-core-types::ExtendedFeaturesMask respectively.
  • serde is no longer an optional dependency behind a serde feature. It is now a required dependency.
  • The SGX SDK version is now 2.19.100.3
  • The MrSigner and MrEnclave Display implementations has been changed. Previously they were displayed as 0xABCD_EF01_2345_6789_... now they are displayed as abcdef0123456789.... This is to make it easier to copy the value into code sources or command line utilities.

[0.6.1] - 2023-05-23

Added

  • Added mc-sgx-dcap-types::TCBInfo which provides the TCB (Trusted Compute Base) for a quoted enclave.
  • Added a method, mc-sgx-dcap-types::Quote3::verify(), to verify the signature of a quoted enclave.

[0.6.0] - 2023-04-12

Added

  • Implemented Display for mc-sgx-core-types structs.

Changed

  • Upgraded to bitflags to 2.0. This caused API changes in KeyPolicy methods and trait derivations. See bitflags 2.0 changelog for more information.

[0.5.0] - 2023-03-08

Added

  • BitAnd implementation for mc_sgx_core_types::ReportData.
  • Copy trait to:

... (truncated)

Commits
  • 5156c27 (cargo-release) version 0.7.0
  • 22f3fca Update changelog for new changes in 0.7.0 (#351)
  • e20d2e2 Update changelog for new changes in 0.7.0
  • 1f73b3a Add qe_report_body() method to SignatureData (#348)
  • 841a917 Add BitAnd for Attributes (#350)
  • 2dd2c44 Fix x509-cert crate version in mc-sgx-dcap-types (#349)
  • 605ed1c Add BitAnd for MiscellaneousSelect (#346)
  • 356e449 Add BitAnd for Attributes
  • 657c985 Update x509-cert crate version in tests as well
  • 057abd3 Fix x509-cert crate version in mc-sgx-dcap-types
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [mc-sgx-tstdc](https://github.com/mobilecoinfoundation/sgx) to permit the latest version.
- [Release notes](https://github.com/mobilecoinfoundation/sgx/releases)
- [Changelog](https://github.com/mobilecoinfoundation/sgx/blob/main/CHANGELOG.md)
- [Commits](mobilecoinfoundation/sgx@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: mc-sgx-tstdc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 26, 2023
@dependabot dependabot Bot requested review from a team and nick-mobilecoin and removed request for a team June 26, 2023 15:06
@meowblecoinbot meowblecoinbot requested a review from a team June 26, 2023 15:06
@github-actions github-actions Bot added the size/XS Extra-Small PRs label Jun 26, 2023
@github-actions
Copy link
Copy Markdown

❌ Unreviewed dependencies found

Crate Version Reviews (N/2) LoC Left-Pad Index Geiger Flags

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 13, 2023

Superseded by #92.

@dependabot dependabot Bot closed this Jul 13, 2023
@dependabot dependabot Bot deleted the dependabot/cargo/mc-sgx-tstdc-0.7.0 branch July 13, 2023 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code size/XS Extra-Small PRs

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants