You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesatee.apache.org by di...@apache.org on 2019/11/20 19:35:12 UTC

[incubator-mesatee] branch ding-add-prost created (now 7016219)

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

dingyu pushed a change to branch ding-add-prost
in repository https://gitbox.apache.org/repos/asf/incubator-mesatee.git.


      at 7016219  Add prost. Update third party crates.

This branch includes the following new commits:

     new 7016219  Add prost. Update third party crates.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-mesatee] 01/01: Add prost. Update third party crates.

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch ding-add-prost
in repository https://gitbox.apache.org/repos/asf/incubator-mesatee.git

View the commit online:
https://github.com/apache/incubator-mesatee/commit/70162195eb463782270d914ebd38c1f4484ee0c9

commit 70162195eb463782270d914ebd38c1f4484ee0c9
Author: Yu Ding <di...@gmail.com>
AuthorDate: Wed Nov 20 11:34:42 2019 -0800

    Add prost. Update third party crates.
---
 mesatee_services/fns/sgx_trusted_lib/Cargo.toml | 2 +-
 third_party/crates-sgx                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mesatee_services/fns/sgx_trusted_lib/Cargo.toml b/mesatee_services/fns/sgx_trusted_lib/Cargo.toml
index 974e431..20cd82c 100644
--- a/mesatee_services/fns/sgx_trusted_lib/Cargo.toml
+++ b/mesatee_services/fns/sgx_trusted_lib/Cargo.toml
@@ -21,7 +21,7 @@ lazy_static          = { version = "1.0.2", features = ["spin_no_std"] }
 serde                = { version = "1.0.92" }
 serde_derive         = { version = "1.0.92" }
 serde_json           = { version = "1.0.39" }
-wasmi                = { version = "0.5.0" }
+wasmi                = { version = "0.6.0" }
 wabt                 = { version = "0.6.0" }
 base64               = { version = "0.10.1" }
 itertools            = { version = "0.8.0", default-features = false }
diff --git a/third_party/crates-sgx b/third_party/crates-sgx
index 02adb02..65e6793 160000
--- a/third_party/crates-sgx
+++ b/third_party/crates-sgx
@@ -1 +1 @@
-Subproject commit 02adb020d942bff341ad897584c05cbb70d46401
+Subproject commit 65e679386b5ad0ba51c4764abd3ad73d6a0a0673


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