sui
sui copied to clipboard
Remove all OpenSSL refs
We expect to use rustls everywhere, so update all reqwest deps to turn off default features and activate the rustls-tls feature.
Bumped Move version as well to make hakari --diff agree.
Test plan: cargo nextest passes. Updated all reqwest dependencies:
~/mysten/sui (rm-openssl) » rg reqwest ./**/Cargo.toml
./narwhal/worker/Cargo.toml
49:reqwest = { version = "0.11.13", default_features= false, features = ["json", "rustls-tls"] }
./narwhal/node/Cargo.toml
52:reqwest = { version = "0.11.13", default_features= false, features = ["json", "rustls-tls"] }
./crates/workspace-hack/Cargo.toml
475:reqwest = { version = "0.11", features = ["blocking", "json"] }
1191:reqwest = { version = "0.11", features = ["blocking", "json"] }
./crates/sui-telemetry/Cargo.toml
11:reqwest = { version = "0.11.13", default_features= false, features = ["json", "rustls-tls"] }
./narwhal/primary/Cargo.toml
70:reqwest = { version = "0.11.13", default_features= false, features = ["json", "rustls-tls"] }
./crates/sui-rosetta/Cargo.toml
59:reqwest = { version = "0.11.13", default_features= false, features = ["rustls-tls"] }
./crates/sui-node/Cargo.toml
45:reqwest = { version = "0.11.13", default_features= false, features = ["blocking", "json", "rustls-tls"] }
./crates/sui-cluster-test/Cargo.toml
18:reqwest = { version = "0.11.13", default_features= false, features = ["blocking", "json", "rustls-tls"] }
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated |
|---|---|---|---|---|
| explorer | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Feb 14, 2023 at 5:40PM (UTC) |
Linking the commit that updates Move to use RustTLS: https://github.com/move-language/move/commit/512059643b922bcfd1fcaa2219c31f3ab3b90ee0