diff --git a/dependencies.yaml b/dependencies.yaml index 8d338e4d..8bbd35a2 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -18,7 +18,7 @@ # # Note: GCC 4.8 is incompatible with Boost >= 1.84 for the missed std::align -boost: 1.83.0 +boost: 1.86.0 cmake: 3.28.3 protobuf: 3.20.0 zlib: 1.3.1 diff --git a/vcpkg b/vcpkg index 97dd2672..d2b61596 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit 97dd26728e3856ed1ab62ee74ee3a391d9c81d19 +Subproject commit d2b6159679a36b233b0c31bdf027a57c2bf480db diff --git a/vcpkg.json b/vcpkg.json index 5ff44100..1e120ca5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,7 @@ "name": "pulsar-cpp", "version": "3.5.0", "description": "Pulsar C++ SDK", - "builtin-baseline": "b051745c68faa6f65c493371d564c4eb8af34dad", + "builtin-baseline": "d2b6159679a36b233b0c31bdf027a57c2bf480db", "dependencies": [ { "name": "asio", @@ -13,11 +13,15 @@ }, { "name": "boost-accumulators", - "version>=": "1.83.0" + "version>=": "1.86.0" + }, + { + "name": "boost-format", + "version>=": "1.86.0" }, { "name": "boost-property-tree", - "version>=": "1.83.0" + "version>=": "1.86.0" }, { "name": "curl", @@ -58,7 +62,7 @@ "dependencies": [ { "name": "boost-program-options", - "version>=": "1.83.0" + "version>=": "1.86.0" } ] },