diff --git a/templates/components/tools/rustup.hbs b/templates/components/tools/rustup.hbs index abac3b140..a5b1a013c 100644 --- a/templates/components/tools/rustup.hbs +++ b/templates/components/tools/rustup.hbs @@ -1,7 +1,7 @@
{{fluent "tools-rustup-unixy"}}
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh
{{fluent "tools-rustup-windows-2"}}
@@ -17,7 +17,7 @@{{fluent "tools-rustup-wsl"}}
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh
{{fluent "tools-rustup-manual-unixy"}}
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh
{{tools-rustup-manual-default}}
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh