diff --git a/bucket/conan.json b/bucket/conan.json index bd21cd55ff..3923a577fe 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.18.2", + "version": "1.18.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/1.18.2/conan-win-64_1_18_2.exe", - "hash": "2ca9a88a01ac2202390bebc9efc60d70b9f09204066515fd94a6c51dd3c0350d" + "url": "https://github.com/conan-io/conan/releases/download/1.18.3/conan-win-64_1_18_3.exe", + "hash": "7e4c0d079ba39fce50acf4ee9a4fbbaaf77976c8c9fc4f5d2986e59d69148000" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.18.2/conan-win-32_1_18_2.exe", - "hash": "8616d2ab70b3e5a9c5033bc43f6630e4142816a28a64cc695045fa82dddea6fc" + "url": "https://github.com/conan-io/conan/releases/download/1.18.3/conan-win-32_1_18_3.exe", + "hash": "b64a8f995487d1945933f0b7c8c122afaa99600dbbf6fa713ed1875dcf728cb0" } }, "innosetup": true,