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