From 8664c09f1588171dc0ae3405aacd7605e364dfdd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:29:50 +0000 Subject: [PATCH] conan: Update to version 2.20.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 2c3ede154c..2695e92bba 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.20.0", + "version": "2.20.1", "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/2.20.0/conan-2.20.0-windows-x86_64.zip", - "hash": "14dedd066d7a1e4e9afd9ed93164717c6d1254ca1291561a39312188d0622a0e" + "url": "https://github.com/conan-io/conan/releases/download/2.20.1/conan-2.20.1-windows-x86_64.zip", + "hash": "9f455572f3452a40d8ca3f7711b093f55b860461e403c4ba4c33b97b977979f5" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.20.0/conan-2.20.0-windows-i686.zip", - "hash": "29399c3d0b69132583a9c2e00bd70e5ef6fa9ac6e85609ed29eb355f23f073f3" + "url": "https://github.com/conan-io/conan/releases/download/2.20.1/conan-2.20.1-windows-i686.zip", + "hash": "21e7dab91ddc4c0a36dc0eb5fbea4f54e678f526cd3fc15ea93b9e556d58afce" } }, "bin": "conan.exe",