Skip to content

Commit

Permalink
build: pin rustls to 0.21.6 in rust 1.57 CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Nov 21, 2023
1 parent 4ee41db commit 395bc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cargo update -p log --precise "0.4.18"
cargo update -p tempfile --precise "3.6.0"
cargo update -p rustls:0.21.9 --precise "0.21.1"
cargo update -p rustls:0.21.9 --precise "0.21.6"
cargo update -p rustls:0.20.9 --precise "0.20.8"
cargo update -p tokio --precise "1.29.1"
cargo update -p tokio-util --precise "0.7.8"
Expand Down

0 comments on commit 395bc69

Please sign in to comment.