From 76716679bf2826afe623a22e34e7c2c39724825b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:02:43 +0000 Subject: [PATCH] Bump the boost group with 9 updates Bumps the boost group with 9 updates: | Package | From | To | | --- | --- | --- | | [boost-thread](https://github.com/microsoft/vcpkg) | `1.89.0` | `1.90.0` | | [boost-asio](https://github.com/microsoft/vcpkg) | `1.89.0` | `1.90.0` | | [boost-chrono](https://github.com/microsoft/vcpkg) | `1.89.0` | `1.90.0` | | [boost-format](https://github.com/microsoft/vcpkg) | `1.89.0` | `1.90.0` | | [boost-optional](https://github.com/microsoft/vcpkg) | `1.89.0` | `1.90.0` | | [boost-property-tree](https://github.com/microsoft/vcpkg) | `1.89.0` | `1.90.0` | | [boost-system](https://github.com/microsoft/vcpkg) | `1.89.0` | `1.90.0` | | [boost-uuid](https://github.com/microsoft/vcpkg) | `1.89.0` | `1.90.0` | | [boost-multiprecision](https://github.com/microsoft/vcpkg) | `1.89.0` | `1.90.0` | Updates `boost-thread` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) Updates `boost-asio` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) Updates `boost-chrono` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) Updates `boost-format` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) Updates `boost-optional` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) Updates `boost-property-tree` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) Updates `boost-system` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) Updates `boost-uuid` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) Updates `boost-multiprecision` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) --- updated-dependencies: - dependency-name: boost-thread dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: boost - dependency-name: boost-asio dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: boost - dependency-name: boost-chrono dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: boost - dependency-name: boost-format dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: boost - dependency-name: boost-optional dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: boost - dependency-name: boost-property-tree dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: boost - dependency-name: boost-system dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: boost - dependency-name: boost-uuid dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: boost - dependency-name: boost-multiprecision dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: boost ... Signed-off-by: dependabot[bot] --- vcpkg.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index ccecb89064..dfd925a1dc 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,27 +6,27 @@ "dependencies": [ { "name": "boost-thread", - "version>=": "1.89.0" + "version>=": "1.90.0" }, { "name": "boost-asio", - "version>=": "1.89.0" + "version>=": "1.90.0" }, { "name": "boost-chrono", - "version>=": "1.89.0" + "version>=": "1.90.0" }, { "name": "boost-format", - "version>=": "1.89.0" + "version>=": "1.90.0" }, { "name": "boost-optional", - "version>=": "1.89.0" + "version>=": "1.90.0" }, { "name": "boost-property-tree", - "version>=": "1.89.0" + "version>=": "1.90.0" }, { "name": "boost-property-tree", @@ -34,15 +34,15 @@ }, { "name": "boost-system", - "version>=": "1.89.0" + "version>=": "1.90.0" }, { "name": "boost-uuid", - "version>=": "1.89.0" + "version>=": "1.90.0" }, { "name": "boost-multiprecision", - "version>=": "1.89.0" + "version>=": "1.90.0" }, "openssl" ],