* [crossguid] Fix compilation on gcc v13
Crossguid no longer compiles with gcc v13 (tested on Linux), due to a
missing include (cstdint). There is an upstream pull request to fix the
issue which has been open for some time but not yet merged [1].
Let's patch the sources in vcpkg until upstream fixes it.
Fixes#31834.
[1] https://github.com/graeme-hill/crossguid/pull/67
* [crossguid] Bump port-version