File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 7878 cargo update -p h2 --precise "0.3.20"
7979 cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
8080 cargo update -p rustls-webpki:0.101.6 --precise "0.101.1"
81+ cargo update -p byteorder --precise "1.4.3"
82+ cargo update -p webpki --precise "0.22.2"
8183 - name : Build
8284 run : cargo build --features ${{ matrix.features }} --no-default-features
8385 - name : Clippy
@@ -245,5 +247,7 @@ jobs:
245247 cargo update -p h2 --precise "0.3.20"
246248 cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
247249 cargo update -p rustls-webpki:0.101.6 --precise "0.101.1"
250+ cargo update -p byteorder --precise "1.4.3"
251+ cargo update -p webpki --precise "0.22.2"
248252 - name : Test
249253 run : cargo test --features test-hardware-signer
Original file line number Diff line number Diff line change @@ -241,4 +241,8 @@ cargo update -p h2 --precise "0.3.20"
241241cargo update -p rustls-webpki:0.100.3 --precise " 0.100.1"
242242# rustls-webpki 0.101.6 has MSRV 1.60+
243243cargo update -p rustls-webpki:0.101.6 --precise " 0.101.1"
244+ # byteorder 1.5.0 has MSRV 1.60.0+
245+ cargo update -p byteorder --precise " 1.4.3"
246+ # webpki 0.22.4 requires `ring:0.17.2` which has MSRV 1.61.0+
247+ cargo update -p webpki --precise " 0.22.2"
244248```
You can’t perform that action at this time.
0 commit comments