From 8e3742e1d999e49d7998aa454e04f4bb76fbcf40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 12:30:54 +0000 Subject: [PATCH] conan: Update to version 1.56.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 1bd1db451c..b317a240b3 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.55.0", + "version": "1.56.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/1.55.0/conan-win-64.exe", - "hash": "bc27e57ac32b475ca5b16649318da34513cbd79b02fa4a02a286a7cea7d55d06" + "url": "https://github.com/conan-io/conan/releases/download/1.56.0/conan-win-64.exe", + "hash": "2c9caba6869de234f034932e7a3a053ee5348af6c163ea36873dce3c62b55617" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.55.0/conan-win-32.exe", - "hash": "77f6332e3afe31a59fcd52e4765165ad2608f9a92a60e409abb9a628fa489b38" + "url": "https://github.com/conan-io/conan/releases/download/1.56.0/conan-win-32.exe", + "hash": "0223a413d872d3553d26d6d123f2a42199b1d43cc78d3a0d6dd3be1de29ad34c" } }, "innosetup": true,