From 360f743bcffd3e568d1280b773e71b33698714dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:10:24 +0000 Subject: [PATCH] deps: bump fmt from 11.0.2 to 12.0.0 Bumps [fmt](https://github.com/microsoft/vcpkg) from 11.0.2 to 12.0.0. - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) --- updated-dependencies: - dependency-name: fmt dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 7876376..e994674 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,7 +4,7 @@ "dependencies": [ { "name": "fmt", - "version>=": "11.0.2#1" + "version>=": "12.0.0" } ], "default-features": [], @@ -20,4 +20,4 @@ } }, "builtin-baseline": "d7112d1a4fb50410d3639f5f586972591d848beb" -} +} \ No newline at end of file