We're currently trying to update our substrate dependencies to v4.0.0-dev (see issue https://github.com/integritee-network/worker/issues/346). But substrate now depends on hashbrown 0.11.0 which itself depends on getrandom 2.3 (same as in issue #326). We're currently in the development phase, so having our own getrandom fork and keeping it up to date all the time is not yet necessary from a security perspective. A simple patch to your [sgx-getrandom](https://github.com/mesalock-linux/getrandom-sgx) crate would be enough.
Would it be possible to update [sgx-getrandom](https://github.com/mesalock-linux/getrandom-sgx) to v2.3 so we can apply the patch? Thanks alot for your help so far! -- 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/350
