From bb2e4b83043a5ce0b1dee14912de5d56adb61bf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:32:30 +0000 Subject: [PATCH] conan: Update to version 2.9.3 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 9ab7d7093a..75b93dc563 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.9.2", + "version": "2.9.3", "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.9.2/conan-2.9.2-windows-x86_64.zip", - "hash": "95f4cd5fbf34f8f4cc4a5f162e73480c3b673ee969d6252ddd65347b270b19cc" + "url": "https://github.com/conan-io/conan/releases/download/2.9.3/conan-2.9.3-windows-x86_64.zip", + "hash": "9adb86ddd1476b2ee49932b744a7960f7427823345bff27ba8c8a23d94edf4ba" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.9.2/conan-2.9.2-windows-i686.zip", - "hash": "11b5658debfcbf16a01209eb0dde5d9c6f2a7eca63fa3ee5cb214fde8fdc5c2e" + "url": "https://github.com/conan-io/conan/releases/download/2.9.3/conan-2.9.3-windows-i686.zip", + "hash": "9afbc094d9ac2c613c203834443cb812351a086e793ff43541a649fb9fde7a19" } }, "bin": "conan.exe",