mithril-security / blindai

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

server: Remove SSH dependencies #11

Closed cchudant closed 2 years ago

cchudant commented 2 years ago

There are some Cargo.lock files that still use SSH to pull in dependencies One example of it is server/inference-server/network/sgx/rpc/Cargo.lock

We should change them to use HTTPS

JoFrost commented 2 years ago

Noted, thanks for the report. Will be fixed ASAP

JoFrost commented 2 years ago

Fixed in commit 106a857ed52a20a62b879147b0440279ac8fa32f.