Skip to content

Commit

Permalink
Update hyper-rustls for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 13, 2024
1 parent 7102e69 commit 6718f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
cargo update -p home --precise 0.5.5
cargo update -p url --precise "2.5.0"
cargo update -p tokio --precise "1.38.1"
cargo update -p hyper-rustls --precise "0.27.2"
- name: Build
run: cargo build --features ${{ matrix.features }},${{ matrix.runtime != 'blocking' && matrix.runtime || '' }} --no-default-features
Expand Down

0 comments on commit 6718f1c

Please sign in to comment.