diff --git a/bucket/conan.json b/bucket/conan.json index 12720a5b70..6a2994ed12 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.29.1", + "version": "1.29.2", "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.29.1/conan-win-64_1_29_1.exe", - "hash": "b09c0a6df6fe103d67e7dd6911f21e723ec9a50f94ff61d8502b01f840b473bd" + "url": "https://github.com/conan-io/conan/releases/download/1.29.2/conan-win-64_1_29_2.exe", + "hash": "8fb1f3c2a3d7e9f4269b477e205e75963484461d94f3cfa9751d672b6c7c422f" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.29.1/conan-win-32_1_29_1.exe", - "hash": "808ad4ec6293735f6b6d8d3a17d7768613fdb354c6be8997291433239c40ab0c" + "url": "https://github.com/conan-io/conan/releases/download/1.29.2/conan-win-32_1_29_2.exe", + "hash": "d090c2e4850b618c751a27960415bf01068ae7a8be1cc10e97227e741b077043" } }, "innosetup": true,