diff --git a/bucket/rustup-msvc.json b/bucket/rustup-msvc.json index 1aa7e07097..cab44c4e45 100644 --- a/bucket/rustup-msvc.json +++ b/bucket/rustup-msvc.json @@ -1,17 +1,17 @@ { - "version": "1.24.0", + "version": "1.24.1", "description": "Manage multiple rust installations with ease", "homepage": "https://rustup.rs", "license": "MIT|Apache-2.0", "notes": "To use the MSVC ABI without Visual Studio 2015 (or higher) installed, you will need the Visual Studio 2017 Build Tools: https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.24.0/x86_64-pc-windows-msvc/rustup-init.exe", - "hash": "a4daa5ca0c696735718fd6ab7fb7748289cfab277c093e7339871746c2e57b71" + "url": "https://static.rust-lang.org/rustup/archive/1.24.1/x86_64-pc-windows-msvc/rustup-init.exe", + "hash": "7e0f93cfe5d007092a7b772d027e5e16d43d610e10c82b6fbf6b02dbdc036c93" }, "32bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.24.0/i686-pc-windows-msvc/rustup-init.exe", - "hash": "4357d362864e91e4786b5a1842f1acaebed04ce8567624396f874a3e1391d2ca" + "url": "https://static.rust-lang.org/rustup/archive/1.24.1/i686-pc-windows-msvc/rustup-init.exe", + "hash": "cefd048a2fe4f1cdbd64fee4437e4097ec6bb3db4331456584bebcd42af87484" } }, "installer": {