From 18c1a4d2b103f53dab1a4956c5f8ea76abcded1b Mon Sep 17 00:00:00 2001 From: Raoul Strackx Date: Tue, 23 Jan 2024 12:56:19 +0100 Subject: [PATCH] Update `aesm-client` and `enclave-runner` --- Cargo.toml | 9 +++++---- enclave-runner/Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index abe73eac4e6..cd321c90bf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,9 @@ members = [ config = "spellcheck.toml" [patch.crates-io] +aesm-client = { git = "https://github.com/fortanix/rust-sgx", branch = "raoul/gh-557-update_tokio" } mio = { git = "https://github.com/fortanix/mio", branch = "raoul/sgx-port-0.8.9" } -enclave-runner = { git = "https://github.com/fortanix/rust-sgx", branch = "master" } -sgxs = { git = "https://github.com/fortanix/rust-sgx", branch = "master" } -sgx-isa = { git = "https://github.com/fortanix/rust-sgx", branch = "master" } -sgxs-loaders = { git = "https://github.com/fortanix/rust-sgx", branch = "master" } +enclave-runner = { git = "https://github.com/fortanix/rust-sgx", branch = "raoul/gh-557-update_tokio" } +sgxs = { git = "https://github.com/fortanix/rust-sgx", branch = "raoul/gh-557-update_tokio" } +sgx-isa = { git = "https://github.com/fortanix/rust-sgx", branch = "raoul/gh-557-update_tokio" } +sgxs-loaders = { git = "https://github.com/fortanix/rust-sgx", branch = "raoul/gh-557-update_tokio" } diff --git a/enclave-runner/Cargo.toml b/enclave-runner/Cargo.toml index 64b23b25791..6dffc164932 100644 --- a/enclave-runner/Cargo.toml +++ b/enclave-runner/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2018" [dependencies] -aesm-client = { version = "0.2", features = ["sgxs"] } +aesm-client = { version = "0.5", features = ["sgxs"] } clap = "2.0" -enclave-runner = "0.5" +enclave-runner = "0.6" sgxs-loaders = "0.3.0"