From 6204d34abb9d980f224e605b88c39303b01a925f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:48:59 +0000 Subject: [PATCH] build(deps): Bump cpp-httplib from 0.18.7 to 0.46.0 Bumps [cpp-httplib](https://github.com/microsoft/vcpkg) from 0.18.7 to 0.46.0. - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/commits) --- updated-dependencies: - dependency-name: cpp-httplib dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index fb063bee8..a3aa490d5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -39,7 +39,7 @@ }, { "name": "cpp-httplib", - "version>=": "0.18.7" + "version>=": "0.46.0" }, { "name": "gtest",