From 8e5a7c67c0c6be4da259e6015e9a7575df0f1385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E5=AE=87?= Date: Fri, 29 Nov 2024 12:59:04 +1100 Subject: [PATCH] chore: Revert `rustls` pin dependency The recent release of `rustls` (0.23.19) reverts it's MSRV to 1.63 so the pin is no longer necessary. --- .github/workflows/cont_integration.yml | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 8db417a38..2116392d1 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -51,7 +51,6 @@ jobs: cargo update -p tokio-util --precise "0.7.11" cargo update -p indexmap --precise "2.5.0" cargo update -p security-framework-sys --precise "2.11.1" - cargo update -p rustls@0.23.18 --precise "0.23.17" - name: Build run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }} - name: Test diff --git a/README.md b/README.md index 2f194c16d..dafe923d6 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,6 @@ cargo update -p tokio --precise "1.38.1" cargo update -p tokio-util --precise "0.7.11" cargo update -p indexmap --precise "2.5.0" cargo update -p security-framework-sys --precise "2.11.1" -cargo update -p rustls@0.23.18 --precise "0.23.17" ``` ## License