From a9aca38dccfbc945b4ea74ebe6176732f4fbcbc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 05:12:19 +0000 Subject: [PATCH] chore(deps): update dependency libressl/portable to v4.3.2 --- .devcontainer/Dockerfile | 2 +- .github/actions/install-dependencies/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e35a4a7..6a31b92 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -41,7 +41,7 @@ ENV LLHTTP_VERSION=v9.3.1 # renovate: datasource=github-tags depName=nanodbc/nanodbc ENV NANODBC_VERSION=v2.14.0 # renovate: datasource=github-releases depName=libressl/portable -ENV LIBRESSL_VERSION=v4.2.1 +ENV LIBRESSL_VERSION=v4.3.2 RUN \ git clone https://github.com/ada-url/ada.git --depth 1 -b "${LIBADA_VERSION}" && \ diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index cbb1f0d..53eee58 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -36,7 +36,7 @@ runs: # renovate: datasource=github-tags depName=nanodbc/nanodbc NANODBC_VERSION: v2.14.0 # renovate: datasource=github-releases depName=libressl/portable - LIBRESSL_VERSION: v4.2.1 + LIBRESSL_VERSION: v4.3.2 - name: Install libada shell: bash