Skip to content

Commit fa0bead

Browse files
ci: Pin rustls-webpki to 0.100.1
1 parent 8c4eeb5 commit fa0bead

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
cargo update -p flate2:1.0.27 --precise "1.0.26"
3838
cargo update -p reqwest --precise "0.11.18"
3939
cargo update -p h2 --precise "0.3.20"
40+
cargo update -p rustls-webpki --precise "0.100.1"
4041
- name: Build
4142
run: cargo build ${{ matrix.features }}
4243
- name: Test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ cargo update -p flate2:1.0.27 --precise "1.0.26"
7373
cargo update -p reqwest --precise "0.11.18"
7474
# h2 0.3.21 has MSRV 1.63.0+
7575
cargo update -p h2 --precise "0.3.20"
76+
# rustls-webpki has MSRV 1.60.0+
77+
cargo update -p rustls-webpki --precise "0.100.1"
7678
```
7779

7880
## License

0 commit comments

Comments
 (0)