diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index b0d304c6e7..21422d2dd9 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -39,7 +39,7 @@ mc-mobilecoind = { path = "../mobilecoin/mobilecoind" } mc-mobilecoind-api = { path = "../mobilecoin/mobilecoind/api" } mc-mobilecoind-json = { path = "../mobilecoin/mobilecoind-json" } mc-rand = "1.1.0" -mc-sgx-core-types = "0.9.0" +mc-sgx-core-types = "0.11.0" mc-sgx-css = { path = "../mobilecoin/sgx/css" } mc-transaction-builder = { path = "../mobilecoin/transaction/builder" } mc-transaction-core = { path = "../mobilecoin/transaction/core" } diff --git a/validator/service/Cargo.toml b/validator/service/Cargo.toml index c474694c22..89b313ff08 100644 --- a/validator/service/Cargo.toml +++ b/validator/service/Cargo.toml @@ -22,7 +22,7 @@ mc-fog-report-connection = { path = "../../mobilecoin/fog/report/connection" } mc-full-service = { path = "../../full-service" } mc-ledger-db = { path = "../../mobilecoin/ledger/db" } mc-ledger-sync = { path = "../../mobilecoin/ledger/sync" } -mc-sgx-core-types = "0.9.0" +mc-sgx-core-types = "0.11.0" mc-transaction-core = { path = "../../mobilecoin/transaction/core" } mc-util-grpc = { path = "../../mobilecoin/util/grpc" } mc-util-parse = { path = "../../mobilecoin/util/parse" }