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 11, 2023
1 parent 63157d5 commit 42b6ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ 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 tokio --precise "1.29.1"
cargo update -p cc --precise "1.0.81"
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 Expand Up @@ -226,7 +226,7 @@ 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 zip:0.6.6 --precise "0.6.3"
cargo update -p base64ct --precise "1.5.3"
cargo update -p rustix --precise "0.37.23"
cargo update -p tokio --precise "1.29.1"
Expand Down

0 comments on commit 42b6ca3

Please sign in to comment.