diff --git a/bucket/rust-msvc.json b/bucket/rust-msvc.json index 0b4e3774a5..0bd436e3be 100644 --- a/bucket/rust-msvc.json +++ b/bucket/rust-msvc.json @@ -1,16 +1,16 @@ { "homepage": "https://www.rust-lang.org", "description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)", - "version": "1.41.0", + "version": "1.41.1", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/dist/rust-1.41.0-x86_64-pc-windows-msvc.msi", - "hash": "ad9a80a19de737244f8dfda61506f520ca9a2f8329986fb1f666034da099470f" + "url": "https://static.rust-lang.org/dist/rust-1.41.1-x86_64-pc-windows-msvc.msi", + "hash": "8dd9b74ab53a2b71b49a47128ca4e1854baba4027af77faa776e3b9df7f039b3" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.41.0-i686-pc-windows-msvc.msi", - "hash": "8a293d53df9c08f2786501e6a2f01aa20d16216d6cb2674d800dd6dd503c764e" + "url": "https://static.rust-lang.org/dist/rust-1.41.1-i686-pc-windows-msvc.msi", + "hash": "62d9173c2774528f5e5b01f6af9399d7e4d97ecd41566efcab94cd2b639ad058" } }, "extract_dir": "Rust",