diff --git a/ports/cachelib/vcpkg.json b/ports/cachelib/vcpkg.json index 6fb0a7a3998262..7a3ecc14e51ac8 100644 --- a/ports/cachelib/vcpkg.json +++ b/ports/cachelib/vcpkg.json @@ -7,8 +7,13 @@ "supports": "linux & x64 & static", "dependencies": [ "fbthrift", + "fizz", + "fmt", "folly", + "gflags", + "glog", "gtest", + "tsl-sparse-map", { "name": "vcpkg-cmake", "host": true @@ -16,6 +21,7 @@ { "name": "vcpkg-cmake-config", "host": true - } + }, + "wangle" ] } diff --git a/versions/c-/cachelib.json b/versions/c-/cachelib.json index 3a7a9e74d03117..216e513ffc8970 100644 --- a/versions/c-/cachelib.json +++ b/versions/c-/cachelib.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "024915aa49e34828e5716460702f82e9ccc43719", + "git-tree": "d0dd6a2ec5935fb7ab6a678d02a041da056a807a", "version-string": "2023.02.27.00", "port-version": 0 }