mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 15:41:02 +00:00
Remove dependencies on OpenSSL (#4036)
* Remove dependency on hyper-tls This removes one of the dependencies on native-tls, and thus on OpenSSL. I will remove the other in a separate commit. * Remove the `HttpClient` enum It only had one variant. * Apply suggestions from code review Co-Authored-By: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
committed by
Bastian Köcher
parent
dfded93411
commit
5a26696432
@@ -28,7 +28,7 @@ keystore = { package = "substrate-keystore", path = "../keystore" }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
hyper = "0.12.35"
|
||||
hyper-tls = "0.3.2"
|
||||
hyper-rustls = "0.17.1"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7.0"
|
||||
|
||||
Reference in New Issue
Block a user