diff --git a/bucket/conan.json b/bucket/conan.json index 632914af8f..5f9d2668f6 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.22.3", + "version": "1.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/1.22.3/conan-win-64_1_22_3.exe", - "hash": "b511148a3315dc61fd7b96ad0349eb0f65dee2c1b6ef48e7930b69cd4fdd741f" + "url": "https://github.com/conan-io/conan/releases/download/1.23.0/conan-win-64_1_23_0.exe", + "hash": "d98ba5cfe44a10d668410ff70c5a7413505473fbeb0b3b3902fb7d38271b3087" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.22.3/conan-win-32_1_22_3.exe", - "hash": "32712265b7f6cf0d5e7b6a11b9fe8b819c691df19a82b6ce47d7da292c01ea13" + "url": "https://github.com/conan-io/conan/releases/download/1.23.0/conan-win-32_1_23_0.exe", + "hash": "53c5bc5889e435a67617b07713148817305a57e19413c32c0c74bdaa2a288774" } }, "innosetup": true,