]> Untitled Git - bdk/commitdiff
ci: fix MSRV pinning for rustls 0.21.9
authorSteve Myers <steve@notmandatory.org>
Thu, 16 Nov 2023 17:56:09 +0000 (11:56 -0600)
committerSteve Myers <steve@notmandatory.org>
Thu, 16 Nov 2023 17:56:09 +0000 (11:56 -0600)
.github/workflows/cont_integration.yml
README.md

index 26cc07d3f3fcbed13c01837db89e31083be3e9b0..4bd9db305c63cc778cb2441b2d2d270c6203c125 100644 (file)
@@ -32,7 +32,7 @@ jobs:
         run: |
           cargo update -p log --precise "0.4.18"
           cargo update -p tempfile --precise "3.6.0"
-          cargo update -p rustls:0.21.8 --precise "0.21.1"
+          cargo update -p rustls:0.21.9 --precise "0.21.1"
           cargo update -p rustls:0.20.9 --precise "0.20.8"
           cargo update -p tokio --precise "1.29.1"
           cargo update -p tokio-util --precise "0.7.8"
index 2968fc65318e0396fe65beeb13d3d458d4d54535..9c6ada2083c9f8671869255deb5050ed1fed7d51 100644 (file)
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ cargo update -p log --precise "0.4.18"
 # tempfile 3.7.0 has MSRV 1.63.0+
 cargo update -p tempfile --precise "3.6.0"
 # rustls 0.21.7 has MSRV 1.60.0+
-cargo update -p rustls:0.21.8 --precise "0.21.1"
+cargo update -p rustls:0.21.9 --precise "0.21.1"
 # rustls 0.20.9 has MSRV 1.60.0+
 cargo update -p rustls:0.20.9 --precise "0.20.8"
 # tokio 1.33 has MSRV 1.63.0+