]> Untitled Git - bdk/commitdiff
ci: pin msrv dep version for rustls@0.23.23
authorSteve Myers <steve@notmandatory.org>
Thu, 13 Feb 2025 21:11:38 +0000 (15:11 -0600)
committerSteve Myers <steve@notmandatory.org>
Thu, 13 Feb 2025 21:11:38 +0000 (15:11 -0600)
.github/workflows/cont_integration.yml
README.md

index 605997c30bf6c18df09d98a62152fff3b65baef1..6f4aaf38a9fee859bbe2f490c4110c23af755aad 100644 (file)
@@ -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
index 106610d42a622b5b4af0f356bb752cebdc1a61d9..11890820f14f594de4454b17d12008f97dbfaaf8 100644 (file)
--- 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"
 ```