Skip to content

Commit

Permalink
Bump mc-sgx-*** crates to 0.7.5 (#3524)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin authored Aug 23, 2023
1 parent 1e978cd commit 8c5378a
Show file tree
Hide file tree
Showing 12 changed files with 86 additions and 81 deletions.
41 changes: 21 additions & 20 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.4"
mc-sgx-core-types = "0.7.5"
mc-sgx-css = { path = "../../sgx/css" }
mc-sgx-dcap-types = "0.7.3"
mc-sgx-types = { path = "../../sgx/types" }
Expand Down
8 changes: 4 additions & 4 deletions attest/untrusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ mc-attest-verifier = { path = "../verifier", default-features = false }
mc-attest-verifier-types = { path = "../verifier/types", default-features = false }
mc-attestation-verifier = "0.3.1"
mc-rand = "1.1.0"
mc-sgx-core-types = "0.7.4"
mc-sgx-dcap-ql = "0.7.4"
mc-sgx-dcap-sys-types = "0.7.4"
mc-sgx-dcap-types = "0.7.4"
mc-sgx-core-types = "0.7.5"
mc-sgx-dcap-ql = "0.7.5"
mc-sgx-dcap-sys-types = "0.7.5"
mc-sgx-dcap-types = "0.7.5"
mc-sgx-types = { path = "../../sgx/types" }
p256 = { version = "0.13.0", default-features = false, features = ["ecdsa", "pem"] }
sha2 = { version = "0.10.6", default-features = false }
Expand Down
6 changes: 3 additions & 3 deletions attest/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ ias-dev = []
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.7.4"
mc-sgx-core-types = "0.7.5"
mc-sgx-css = { path = "../../sgx/css", default-features = false }
mc-sgx-dcap-types = "0.7.4"
mc-sgx-dcap-types = "0.7.5"
mc-sgx-types = { path = "../../sgx/types", default-features = false }

cfg-if = "1.0"
Expand All @@ -48,7 +48,7 @@ mc-util-encodings = { path = "../../util/encodings", default-features = false }
textwrap = "0.11"

[build-dependencies]
mc-sgx-core-sys-types = "0.7.4"
mc-sgx-core-sys-types = "0.7.5"
mc-util-build-script = { path = "../../util/build/script" }
mc-util-build-sgx = { path = "../../util/build/sgx" }

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.3.1"
mc-sgx-core-types = "0.7.4"
mc-sgx-core-types = "0.7.5"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

Expand Down
4 changes: 2 additions & 2 deletions attest/verifier/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ rust-version = { workspace = true }
mc-attestation-verifier = "0.3.1"
mc-crypto-digestible = { path = "../../../crypto/digestible" }
mc-crypto-keys = { path = "../../../crypto/keys" }
mc-sgx-core-types = "0.7.4"
mc-sgx-dcap-types = { version = "0.7.4", default-features = false, features = ["alloc"] }
mc-sgx-core-types = "0.7.5"
mc-sgx-dcap-types = { version = "0.7.5", default-features = false, features = ["alloc"] }
mc-util-encodings = { path = "../../../util/encodings" }
mc-util-serial = { path = "../../../util/serial" }

Expand Down
25 changes: 13 additions & 12 deletions consensus/enclave/trusted/Cargo.lock

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

25 changes: 13 additions & 12 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 8c5378a

Please sign in to comment.