You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2020/11/02 20:43:07 UTC

[incubator-teaclave-sgx-sdk] branch master updated: sample: fix mutual-ra cargo.toml webpki-root dependency

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new fcdf27b  sample: fix mutual-ra cargo.toml webpki-root dependency
fcdf27b is described below

commit fcdf27ba7253d5a70d913461da5e4ff0cd0e4f5f
Author: Yu Ding <di...@gmail.com>
AuthorDate: Mon Nov 2 12:42:55 2020 -0800

    sample: fix mutual-ra cargo.toml webpki-root dependency
---
 samplecode/mutual-ra/enclave/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samplecode/mutual-ra/enclave/Cargo.toml b/samplecode/mutual-ra/enclave/Cargo.toml
index 36920f3..24aece4 100644
--- a/samplecode/mutual-ra/enclave/Cargo.toml
+++ b/samplecode/mutual-ra/enclave/Cargo.toml
@@ -28,7 +28,7 @@ bit-vec = { version = "0.6", default-features = false}
 serde_json = { git = "https://github.com/mesalock-linux/serde-json-sgx" }
 httparse = { version = "1.3.2", default-features=false }
 itertools = { version = "0.8" , default-features = false, features = []}
-webpki-roots= { git = "https://github.com/mesalock-linux/webpki-roots.git", branch = "mesalock_sgx" }
+webpki-roots= { git = "https://github.com/mesalock-linux/webpki-roots", branch = "mesalock_sgx" }
 lazy_static = { version = "*", default-features = false, features = ["spin_no_std"] }
 
 [dependencies.rustls]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org