This is an issue concerning mesalock-linux, I hope it's okay if I post this here.
I'm currently working on a version of jsonrpc-core supporting no-std (see the [issue](https://github.com/paritytech/jsonrpc/issues/601)). I have my first working version ([github](https://github.com/scs/jsonrpc/tree/601/no-std-core)) and would like to test it in within the sgx. However, due to multiple serde dependencies I need to patch it with mesalock serde-json. My dependencies require serde_json v1.0.60, and the current mesalock serde version is lagging behind, hence cargo doesnt apply the patch. Would it be possible to upgrade the mesalock dependencies to serde_json v1.0.60? Thank you very much in advance! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/302
