From 54cc65595d3b55444d177635f05708e69e26e8e0 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Wed, 15 Apr 2026 09:46:07 -0400 Subject: [PATCH] ci: update RUSTLS_VERSION 0.15.1 -> 0.15.2 Closes #21333 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c78de7825c..6d2e9080a4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -49,7 +49,7 @@ env: # renovate: datasource=github-releases depName=openssl/openssl versioning=semver extractVersion=^openssl-(?.+)$ registryUrl=https://github.com OPENSSL_VERSION: 3.6.2 # renovate: datasource=github-tags depName=rustls/rustls-ffi versioning=semver registryUrl=https://github.com - RUSTLS_VERSION: 0.15.1 + RUSTLS_VERSION: 0.15.2 # handled in renovate.json OPENLDAP_VERSION: 2.6.10 # renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com