From 2905c31fead33a31a545d5ad338d438d028902cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:30:35 +0000 Subject: [PATCH] conan: Update to version 2.23.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 2c04017ae6..40e4e8ddee 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.22.2", + "version": "2.23.0", "description": "The open-source, decentralized C/C++ package manager", "homepage": "https://conan.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.22.2/conan-2.22.2-windows-x86_64.zip", - "hash": "6c38f3a19f9de1017234cc0ad09e67f5204c997d3ac971f74c2cc7f2957c797c" + "url": "https://github.com/conan-io/conan/releases/download/2.23.0/conan-2.23.0-windows-x86_64.zip", + "hash": "196588c71d84433ef195a8bf76dfbffa3a6b6087cf782ae4940a0cf91d3ed75e" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.22.2/conan-2.22.2-windows-i686.zip", - "hash": "1eac917377b30ba5ede47081a328177ee30f55e12dad3ae911b9ee4f12c6f508" + "url": "https://github.com/conan-io/conan/releases/download/2.23.0/conan-2.23.0-windows-i686.zip", + "hash": "90dd204f83f7b2f0c2fe59645da5e6f75ea18df7826a173f67d0b7248f511bbd" } }, "bin": "conan.exe",