Skip to content

Commit

Permalink
Bump SGX crates to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin committed Aug 8, 2023
1 parent 5446a86 commit 5ea36dd
Show file tree
Hide file tree
Showing 11 changed files with 96 additions and 96 deletions.
48 changes: 24 additions & 24 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 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.7.2"
mc-sgx-core-types = "0.7.3"
mc-sgx-css = { path = "../../sgx/css" }
mc-sgx-types = { path = "../../sgx/types" }
mc-util-encodings = { path = "../../util/encodings" }
Expand Down
6 changes: 3 additions & 3 deletions attest/untrusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ sgx-sim = [
displaydoc = { version = "0.2", default-features = false }
mc-attest-core = { path = "../core", default-features = false }
mc-attest-verifier = { path = "../verifier", default-features = false }
mc-sgx-core-types = "0.7.2"
mc-sgx-dcap-ql = "0.7.2"
mc-sgx-dcap-types = "0.7.2"
mc-sgx-core-types = "0.7.3"
mc-sgx-dcap-ql = "0.7.3"
mc-sgx-dcap-types = "0.7.3"
mc-sgx-types = { path = "../../sgx/types" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion attest/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ias-dev = []
[dependencies]
mc-attest-core = { path = "../core", default-features = false }
mc-common = { path = "../../common", default-features = false }
mc-sgx-core-types = "0.7.2"
mc-sgx-core-types = "0.7.3"
mc-sgx-css = { path = "../../sgx/css", default-features = false }
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.2.0"
mc-sgx-core-types = "0.7.2"
mc-sgx-core-types = "0.7.3"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

Expand Down
32 changes: 16 additions & 16 deletions consensus/enclave/trusted/Cargo.lock

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

32 changes: 16 additions & 16 deletions fog/ingest/enclave/trusted/Cargo.lock

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

Loading

0 comments on commit 5ea36dd

Please sign in to comment.