From 6f8eb034f8d84bb043fad6e5ffd34ea9fc5c0bf0 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 13 Feb 2025 15:11:38 -0600 Subject: [PATCH] ci: pin msrv dep version for rustls@0.23.23 --- .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 605997c3..6f4aaf38 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -64,7 +64,7 @@ jobs: cargo update -p regex --precise "1.7.3" cargo update -p security-framework-sys --precise "2.11.1" cargo update -p url --precise "2.5.0" - cargo update -p rustls@0.23.20 --precise "0.23.19" + cargo update -p rustls@0.23.23 --precise "0.23.19" cargo update -p hashbrown@0.15.2 --precise "0.15.0" cargo update -p ureq --precise "2.10.1" - name: Build diff --git a/README.md b/README.md index 106610d4..11890820 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ cargo update -p home --precise "0.5.5" cargo update -p regex --precise "1.7.3" cargo update -p security-framework-sys --precise "2.11.1" cargo update -p url --precise "2.5.0" -cargo update -p rustls@0.23.20 --precise "0.23.19" +cargo update -p rustls@0.23.23 --precise "0.23.19" cargo update -p hashbrown@0.15.2 --precise "0.15.0" cargo update -p ureq --precise "2.10.1" ``` -- 2.49.0