From ed9083eba206ed39f41f8eaebab4f7c2546c2277 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Thu, 23 Apr 2026 11:20:42 -0400 Subject: [PATCH] ci: update RUSTLS_VERSION 0.15.2 -> 0.15.3 Closes #21424 --- .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 d3a873c9cb..c7917caf8a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -50,7 +50,7 @@ env: # renovate: datasource=github-releases depName=openssl/openssl versioning=semver extractVersion=^openssl-(?.+)$ registryUrl=https://github.com OPENSSL_VERSION: 4.0.0 # renovate: datasource=github-tags depName=rustls/rustls-ffi versioning=semver registryUrl=https://github.com - RUSTLS_VERSION: 0.15.2 + RUSTLS_VERSION: 0.15.3 # handled in renovate.json OPENLDAP_VERSION: 2.6.10 # renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com