Skip to content

Commit cfecec7

Browse files
fix: Fix CI issues
1 parent 126fc20 commit cfecec7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
cargo update -p reqwest --precise 0.11.18
5656
cargo update -p rustls:0.20.9 --precise 0.20.8
5757
cargo update -p rustix --precise 0.38.6
58+
cargo update -p hyper-rustls:0.24.2 --precise 0.24.0
5859
cargo update -p rustls:0.21.7 --precise 0.21.1
59-
cargo update -p hyper-rustls:0.24.1 --precise 0.24.0
6060
cargo update -p rustls-webpki:0.100.3 --precise 0.100.1
6161
cargo update -p rustls-webpki:0.101.6 --precise 0.101.1
6262
cargo update -p tempfile --precise 3.6.0
@@ -65,6 +65,11 @@ jobs:
6565
cargo update -p cc --precise 1.0.81
6666
cargo update -p tokio-util --precise 0.7.8
6767
cargo update -p time:0.3.15 --precise 0.3.13
68+
cargo update -p webpki:0.22.4 --precise 0.22.2
69+
cargo update -p sct --precise 0.7.0
70+
cargo update -p byteorder --precise 1.4.3
71+
cargo update -p log --precise 0.4.18
72+
cargo update -p jobserver --precise 0.1.26
6873
- name: Build
6974
run: cargo build --features ${{ matrix.features }} --no-default-features
7075
- name: Clippy

0 commit comments

Comments
 (0)