Last time we updated dependency packages used when compiling with MSVC in #26891. Then we switched to specifying the builtin-baseline
in the vcpkg.json
manifest file, which made checking out the entire vcpkg repository to a specific commit or tag unneeded.
This PR updates the manifest baseline from 2023.01.09 to 2023.08.09:
- berkeleydb: 4.8.30#8 –> 4.8.30#9
- boost: 1.81.0 –> 1.82.0#2
- sqlite3: 3.40.0#1 –> 3.42.0#1
- zeromq: 4.3.4#6 –> 2023-06-20#1
The most recent https://github.com/microsoft/vcpkg/releases/tag/2023.11.20 tag is still unavailable in the vcpkg installation in the current GHA Windows image (the head commit is https://github.com/microsoft/vcpkg/commit/2b14b606cea54573eec11080a3ac00737958b6d6 only).
The other https://github.com/microsoft/vcpkg/releases/tag/2023.10.19 tag introduces a warning C4297 in the Boost.Process 1.83 that is fixed in the upcoming version 1.84.