From 7723804e1c799df6f288a856d80e65b6ae3b1b25 Mon Sep 17 00:00:00 2001 From: Ryan <69221034+ryfu-msft@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:06:49 -0400 Subject: [PATCH] Update curl to 8.9.1 (#4745) --- src/vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vcpkg.json b/src/vcpkg.json index 952066a4f0..a2a3bd67a3 100644 --- a/src/vcpkg.json +++ b/src/vcpkg.json @@ -22,7 +22,7 @@ }, { "name": "curl", - "version": "8.8.0" + "version": "8.9.1" }, { "name": "nlohmann-json",