diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 3ba40207f..0809984ae 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -97,7 +97,7 @@ jobs: wheels-host: ${{ secrets.WHEELS_HOST }} wheels-key: ${{ secrets.WHEELS_KEY }} wheels-user: wheels - apk: "build-base;libffi-dev;openssl-dev" + apk: "build-base;libffi-dev;openssl-dev;cargo" skip-binary: aiohttp requirements: "requirements.txt" diff --git a/requirements.txt b/requirements.txt index de9996429..d1821a9c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ brotli==1.0.9 cchardet==2.1.7 colorlog==4.7.2 cpe==1.2.1 -cryptography==3.3.1 +cryptography==3.4.3 debugpy==1.2.1 docker==4.4.1 gitpython==3.1.12