winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8a31bfdf3393e6962e917b07e642907a0e4673fe
parent 3fd3445b4464f70d813cdc9e3cd5c42a9746c889
Author: Flor Chacón <14323496+florelis@users.noreply.github.com>
Date:   Mon,  7 Oct 2024 18:08:10 -0700

Update curl (#4856)

Update curl version due to CVE
Diffstat:
Msrc/vcpkg.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vcpkg.json b/src/vcpkg.json @@ -22,7 +22,7 @@ }, { "name": "curl", - "version": "8.9.1" + "version": "8.10.1" }, { "name": "nlohmann-json", @@ -38,5 +38,5 @@ "./VcpkgCustomTriplets" ] }, - "builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1" + "builtin-baseline": "f176b58f35a75f9f8f54099cd9df97d2e2793a2e" }