1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: rustup/Cargo.toml
===================================================================
--- rustup.orig/Cargo.toml
+++ rustup/Cargo.toml
@@ -56,7 +56,7 @@ home = "0.5.4"
itertools = "0.12"
libc = "0.2"
once_cell.workspace = true
-opener = "0.7.0"
+opener = "0.6"
# `openssl` is used by `curl` or `reqwest` backend although it isn't imported by rustup: this
# allows controlling the vendoring status without exposing the presence of the download crate.
# HACK: We temporarily pin the OpenSSL version due to build issues encountered in
|