ci: Pin rustls-webpki to 0.100.1
This commit is contained in:
parent
8c4eeb56c0
commit
fa0bead024
1
.github/workflows/cont_integration.yml
vendored
1
.github/workflows/cont_integration.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
cargo update -p flate2:1.0.27 --precise "1.0.26"
|
cargo update -p flate2:1.0.27 --precise "1.0.26"
|
||||||
cargo update -p reqwest --precise "0.11.18"
|
cargo update -p reqwest --precise "0.11.18"
|
||||||
cargo update -p h2 --precise "0.3.20"
|
cargo update -p h2 --precise "0.3.20"
|
||||||
|
cargo update -p rustls-webpki --precise "0.100.1"
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build ${{ matrix.features }}
|
run: cargo build ${{ matrix.features }}
|
||||||
- name: Test
|
- name: Test
|
||||||
|
@ -73,6 +73,8 @@ cargo update -p flate2:1.0.27 --precise "1.0.26"
|
|||||||
cargo update -p reqwest --precise "0.11.18"
|
cargo update -p reqwest --precise "0.11.18"
|
||||||
# h2 0.3.21 has MSRV 1.63.0+
|
# h2 0.3.21 has MSRV 1.63.0+
|
||||||
cargo update -p h2 --precise "0.3.20"
|
cargo update -p h2 --precise "0.3.20"
|
||||||
|
# rustls-webpki has MSRV 1.60.0+
|
||||||
|
cargo update -p rustls-webpki --precise "0.100.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user