diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ad93e197..99d49aff 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,7 @@ jobs: cargo update -p log --precise 0.4.18 cargo update -p tempfile --precise 3.6.0 cargo update -p flate2 --precise 1.0.26 - cargo update -p minreq --precise 2.8.0 + cargo update -p rustls --precise 0.28.0 - name: test run: cargo test --verbose --all-features --lib @@ -74,4 +74,4 @@ jobs: - name: fmt check run: | cd ${{ matrix.package }} - cargo fmt --all -- --check \ No newline at end of file + cargo fmt --all -- --check