ci: fix msrv dependency versions for rustls

This commit is contained in:
Steve Myers
2023-08-30 12:12:33 -05:00
parent dd5b8d7599
commit 5fb5061645
2 changed files with 6 additions and 3 deletions

View File

@@ -32,7 +32,8 @@ jobs:
run: |
cargo update -p log --precise "0.4.18"
cargo update -p tempfile --precise "3.6.0"
cargo update -p rustls:0.21.6 --precise "0.21.1"
cargo update -p rustls:0.21.7 --precise "0.21.1"
cargo update -p rustls:0.20.9 --precise "0.20.8"
cargo update -p tokio:1.32.0 --precise "1.29.1"
cargo update -p flate2:1.0.27 --precise "1.0.26"
cargo update -p reqwest --precise "0.11.18"