From e4cf5b5b3d8ea349c785d524634f0cca49ec5935 Mon Sep 17 00:00:00 2001 From: valued mammal Date: Tue, 14 Jan 2025 20:42:05 -0500 Subject: [PATCH] ci: pin `rustls` for msrv --- .github/workflows/cont_integration.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 658dcde8e..e0fedc97c 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -54,7 +54,7 @@ jobs: cargo update -p security-framework-sys --precise "2.11.1" cargo update -p csv --precise "1.3.0" cargo update -p unicode-width --precise "0.1.13" - cargo update -p rustls@0.23.20 --precise "0.23.19" + cargo update -p rustls@0.23.21 --precise "0.23.19" - name: Build run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }} - name: Test diff --git a/README.md b/README.md index d551f21d1..cdc3df726 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ cargo update -p indexmap --precise "2.5.0" cargo update -p security-framework-sys --precise "2.11.1" cargo update -p csv --precise "1.3.0" cargo update -p unicode-width --precise "0.1.13" -cargo update -p rustls@0.23.20 --precise "0.23.19" +cargo update -p rustls@0.23.21 --precise "0.23.19" ``` ## License