diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index e8bcf9c..6c97d32 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -62,6 +62,8 @@ jobs: cargo update -p tokio-util --precise "0.7.11" cargo update -p indexmap --precise "2.5.0" cargo update -p security-framework-sys --precise "2.11.1" + cargo update -p native-tls --precise "0.2.13" + cargo update -p flate2 --precise "1.0.35" - name: Build run: cargo build --features ${{ matrix.features }} --no-default-features - name: Test diff --git a/README.md b/README.md index 92a924a..c835e83 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,6 @@ cargo update -p tokio --precise "1.38.1" cargo update -p tokio-util --precise "0.7.11" cargo update -p indexmap --precise "2.5.0" cargo update -p security-framework-sys --precise "2.11.1" +cargo update -p native-tls --precise "0.2.13" +cargo update -p flate2 --precise "1.0.35" ``` \ No newline at end of file