Skip to content

Commit

Permalink
Meta: Update curl to version 8.10.1
Browse files Browse the repository at this point in the history
Contains a fix for CVE-2024-8096.
  • Loading branch information
trflynn89 committed Sep 19, 2024
1 parent 39accee commit 7d97fe9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
{
"name": "curl",
"features": [
"brotli", "http2"
"brotli",
"http2"
]
},
{
Expand Down Expand Up @@ -67,6 +68,10 @@
"woff2"
],
"overrides": [
{
"name": "curl",
"version": "8.10.1#0"
},
{
"name": "fontconfig",
"version": "2.14.2#1"
Expand Down

0 comments on commit 7d97fe9

Please sign in to comment.