From: valued mammal Date: Wed, 15 Jan 2025 01:42:05 +0000 (-0500) Subject: ci: pin `rustls` for msrv X-Git-Tag: bitcoind_rpc-0.18.0~11^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/enum.FromScriptError.html?a=commitdiff_plain;h=e4cf5b5b3d8ea349c785d524634f0cca49ec5935;p=bdk ci: pin `rustls` for msrv --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 658dcde8..e0fedc97 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 d551f21d..cdc3df72 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