superblk / terve

Deprecated: Unified, minimal terraform and terragrunt version manager
MIT License
10 stars 3 forks source link

Replace openssl dependency with rustls #19

Open jpalomaki opened 3 years ago

jpalomaki commented 3 years ago

This would make terve easier to build and use.

Reqwest already supports rustls. Waiting for https://github.com/rust-lang/git2-rs/issues/623

jpalomaki commented 2 years ago

See also: https://github.com/rust-lang/git2-rs/issues/812

arledesma commented 2 years ago

Could git2-hyper assist with this issue?

jpalomaki commented 2 years ago

Could git2-hyper assist with this issue?

Possibly, but it looks like it may not be very mature at this point. I'd hold on until something happens in https://github.com/rust-lang/git2-rs/issues/623