diff --git a/bucket/conan.json b/bucket/conan.json index 3923a577fe..df771b2bfc 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.18.3", + "version": "1.18.4", "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.3/conan-win-64_1_18_3.exe", - "hash": "7e4c0d079ba39fce50acf4ee9a4fbbaaf77976c8c9fc4f5d2986e59d69148000" + "url": "https://github.com/conan-io/conan/releases/download/1.18.4/conan-win-64_1_18_4.exe", + "hash": "46ef25ae5e053227389fcd42ee8f2b35a088252e25641e244ee16da06caa1307" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.18.3/conan-win-32_1_18_3.exe", - "hash": "b64a8f995487d1945933f0b7c8c122afaa99600dbbf6fa713ed1875dcf728cb0" + "url": "https://github.com/conan-io/conan/releases/download/1.18.4/conan-win-32_1_18_4.exe", + "hash": "c799706319a6441de572e7f2ac7a979e805e94c9902a84202db5ca19868f35ce" } }, "innosetup": true,