Skip to content

Commit

Permalink
chore(deps): Bump mc-sgx-core-types from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [mc-sgx-core-types](https://github.com/mobilecoinfoundation/sgx) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/mobilecoinfoundation/sgx/releases)
- [Changelog](https://github.com/mobilecoinfoundation/sgx/blob/main/CHANGELOG.md)
- [Commits](mobilecoinfoundation/sgx@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: mc-sgx-core-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent ee8a3d1 commit e3ee895
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 38 deletions.
107 changes: 77 additions & 30 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 api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mc-watcher-api = { path = "../watcher/api" }
bs58 = "0.4.0"
crc = "3.0.0"
displaydoc = { version = "0.2", default-features = false }
mc-sgx-core-types = "0.9.0"
mc-sgx-core-types = "0.10.0"
mc-sgx-dcap-types = "0.9.0"
protobuf = "2.27.1"

Expand Down
2 changes: 1 addition & 1 deletion attest/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mc-attest-enclave-api = { path = "../enclave-api" }
mc-attest-verifier-types = { path = "../verifier/types" }
mc-crypto-keys = { path = "../../crypto/keys" }
mc-crypto-noise = { path = "../../crypto/noise" }
mc-sgx-core-types = "0.9.0"
mc-sgx-core-types = "0.10.0"
mc-sgx-dcap-types = "0.9.0"
mc-util-serial = { path = "../../util/serial" }

Expand Down
2 changes: 1 addition & 1 deletion attest/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ std = [
mc-attest-verifier-types = { path = "../verifier/types" }
mc-common = { path = "../../common", default-features = false }
mc-crypto-digestible = { path = "../../crypto/digestible" }
mc-sgx-core-types = "0.9.0"
mc-sgx-core-types = "0.10.0"
mc-sgx-dcap-types = "0.9.0"
mc-sgx-types = { path = "../../sgx/types" }
mc-util-encodings = { path = "../../util/encodings" }
Expand Down
2 changes: 1 addition & 1 deletion attest/untrusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mc-attest-verifier = { path = "../verifier", default-features = false }
mc-attest-verifier-types = { path = "../verifier/types", default-features = false }
mc-attestation-verifier = "0.4.1"
mc-rand = "1.1.0"
mc-sgx-core-types = "0.9.0"
mc-sgx-core-types = "0.10.0"
mc-sgx-dcap-ql = "0.9.0"
mc-sgx-dcap-quoteverify = "0.9.0"
mc-sgx-dcap-sys-types = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion attest/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sgx-sim = []
mc-attest-core = { path = "../core", default-features = false }
mc-attest-verifier-types = { path = "types", default-features = false }
mc-common = { path = "../../common", default-features = false }
mc-sgx-core-types = "0.9.0"
mc-sgx-core-types = "0.10.0"
mc-sgx-css = { path = "../../sgx/css", default-features = false }
mc-sgx-dcap-types = "0.9.0"
mc-sgx-types = { path = "../../sgx/types", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion attest/verifier/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
displaydoc = { version = "0.2", default-features = false }
hex = { version = "0.4.3", default-features = false, features = ["alloc", "serde"] }
mc-attestation-verifier = "0.4.1"
mc-sgx-core-types = "0.9.0"
mc-sgx-core-types = "0.10.0"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

Expand Down
2 changes: 1 addition & 1 deletion attest/verifier/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = { workspace = true }
[dependencies]
mc-crypto-digestible = { path = "../../../crypto/digestible" }
mc-crypto-keys = { path = "../../../crypto/keys" }
mc-sgx-core-types = "0.9.0"
mc-sgx-core-types = "0.10.0"
mc-sgx-dcap-sys-types = { version = "0.9.0", default-features = false }
mc-sgx-dcap-types = { version = "0.9.0", default-features = false, features = ["alloc"] }
mc-util-encodings = { path = "../../../util/encodings" }
Expand Down
2 changes: 1 addition & 1 deletion sgx/css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ rust-version = "1.74.0"

[dependencies]
displaydoc = { version = "0.2", default-features = false }
mc-sgx-core-types = "0.9.0"
mc-sgx-core-types = "0.10.0"
sha2 = { version = "0.10", default-features = false }

0 comments on commit e3ee895

Please sign in to comment.