Skip to content

Commit fdc7aed

Browse files
committed
Update hyper-rustls for MSRV
1 parent 7102e69 commit fdc7aed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cont_integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
cargo update -p home --precise 0.5.5
6464
cargo update -p url --precise "2.5.0"
6565
cargo update -p tokio --precise "1.38.1"
66+
cargo update -p hyper-rustls --precise "0.24.2"
6667
6768
- name: Build
6869
run: cargo build --features ${{ matrix.features }},${{ matrix.runtime != 'blocking' && matrix.runtime || '' }} --no-default-features

0 commit comments

Comments
 (0)