From f3dca2682e4531cebac6156e0200b2f7970cef2e Mon Sep 17 00:00:00 2001 From: OpenVPN Renovate Date: Wed, 10 Jun 2026 19:14:55 +0000 Subject: [PATCH] chore(deps): update dependency mbed-tls/mbedtls to v4.1.0 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 323645aa767..c0b9e703753 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -363,7 +363,7 @@ jobs: ovpnlibdesc: mbed TLS 4. # versioning=semver-coerced ghrepo: Mbed-TLS/mbedtls - gitref: v4.0.0 + gitref: v4.1.0 libconfigure: cmake -B build -DCMAKE_INSTALL_PREFIX=$LIBPREFIX libmake: cmake --build build libinstall: sudo cmake --install build