From d4eebefb5dd2df961249de50f538487b9bb71852 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:31:21 +0000 Subject: [PATCH] conan: Update to version 2.10.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 98ac2120cb..2b0cf93cc6 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.10.0", + "version": "2.10.1", "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.10.0/conan-2.10.0-windows-x86_64.zip", - "hash": "eb7bcfca81aabcf14f5819b0bc15475fcfc6543c770a787da701d53bc78c4e2d" + "url": "https://github.com/conan-io/conan/releases/download/2.10.1/conan-2.10.1-windows-x86_64.zip", + "hash": "b7d7b99ef6bc52325756c059e167855891af21487462876c1f7b67fe0bf31c0d" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.10.0/conan-2.10.0-windows-i686.zip", - "hash": "d6d9ab485ff88919fc2cce861724edebd8f53989ba23d8ad6eb09fdd165d0da6" + "url": "https://github.com/conan-io/conan/releases/download/2.10.1/conan-2.10.1-windows-i686.zip", + "hash": "101e7806e30f8bcb3c771c8fd71c05d7581e1b36abca319cd92fea092fc96f85" } }, "bin": "conan.exe",