Skip to content

Commit

Permalink
ci: Update the MSRV dependency precise updating
Browse files Browse the repository at this point in the history
- Specify which version of zip needs to be updated
- Remove base64
- Add rustls
  • Loading branch information
danielabrozzoni committed Aug 9, 2023
1 parent 2cfb06f commit 9e0f8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
cargo update -p tempfile --precise "3.6.0"
cargo update -p hashlink --precise "0.8.1"
cargo update -p regex --precise "1.7.3"
cargo update -p zip --precise "0.6.3"
cargo update -p base64ct --precise "1.5.3"
cargo update -p zip:0.6.6 --precise "0.6.3"
cargo update -p rustix --precise "0.37.23"
cargo update -p rustls:0.21.6 --precise "0.21.1"
- name: Build
run: cargo build --features ${{ matrix.features }} --no-default-features
- name: Clippy
Expand Down

0 comments on commit 9e0f8b8

Please sign in to comment.