From 78851f69f0d1427db1746a3e6547990b95e0eb07 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 19 Jun 2026 09:54:58 +0200 Subject: [PATCH] Meta: Bump curl to 8.20.0#2 This brings in support for Apple SecTrust on macOS, which means curl uses the system's certificate verification mechanism. --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 090c84a42a..55c5ad7276 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -278,7 +278,7 @@ }, { "name": "curl", - "version": "8.19.0#0" + "version": "8.20.0#2" }, { "name": "dav1d",