Skip to content

Commit

Permalink
fix: Fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirfomene committed Dec 8, 2023
1 parent 126fc20 commit 053a88e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
cargo update -p reqwest --precise 0.11.18
cargo update -p rustls:0.20.9 --precise 0.20.8
cargo update -p rustix --precise 0.38.6
cargo update -p rustls:0.21.7 --precise 0.21.1
cargo update -p hyper-rustls:0.24.1 --precise 0.24.0
cargo update -p hyper-rustls:0.24.2 --precise 0.24.0
cargo update -p rustls:0.21.10 --precise 0.21.1
cargo update -p rustls-webpki:0.100.3 --precise 0.100.1
cargo update -p rustls-webpki:0.101.6 --precise 0.101.1
cargo update -p tempfile --precise 3.6.0
Expand All @@ -65,6 +65,11 @@ jobs:
cargo update -p cc --precise 1.0.81
cargo update -p tokio-util --precise 0.7.8
cargo update -p time:0.3.15 --precise 0.3.13
cargo update -p webpki:0.22.4 --precise 0.22.2
cargo update -p sct --precise 0.7.0
cargo update -p byteorder --precise 1.4.3
cargo update -p log --precise 0.4.18
cargo update -p jobserver --precise 0.1.26
- name: Build
run: cargo build --features ${{ matrix.features }} --no-default-features
- name: Clippy
Expand Down

0 comments on commit 053a88e

Please sign in to comment.