Browse Source

Pin protobuf in vcpkg due to incompatibility with libabseil_dll.dll in Release.

jobs
Alex Shvartzkop 1 year ago
parent
commit
349f3cc064
  1. 4
      vcpkg.json

4
vcpkg.json

@ -71,6 +71,10 @@
"name": "liblzma",
"version": "5.4.4",
"$comment": "liblzma & xz were compromised upstream: CVE-2024-3094."
},
{
"name": "protobuf",
"version": "3.21.12#4"
}
]
}
Loading…
Cancel
Save