mithril-security / blindai

Confidential AI deployment with secure enclaves :lock:
https://www.mithrilsecurity.io/
Apache License 2.0
502 stars 36 forks source link

Update futures-rs #29

Closed cchudant closed 2 years ago

cchudant commented 2 years ago

Description

The current master branch does not seem to compile anymore from the dockerfile. This is because I updated our fork of futures.rs today, and the cargo patch we are using on blindai is targeting the futures-sgx branch from the repo. Since the version from the Cargo.lock file cannot be found on the futures-sgx branch anymore, compilation fails.

This PR fixes this by targeting a tag (instead of a branch) from the futures-sgx repo. We should do this for the other patches we have, so that this sort of issue does not happen again.

I have also updated the futures-rs versions to the latest ones.

Related Issue

None

Type of change

How Has This Been Tested?

None

Checklist: