From 6d4104b42e54d54a176f0801ffc6a0d1a0461e45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:10:11 +0000 Subject: [PATCH] Update Rust crate mc-sgx-core-types to 0.11.0 --- full-service/Cargo.toml | 2 +- validator/service/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index ab21fe2be..bac2fb004 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 c474694c2..89b313ff0 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" }