Closed FlorentinDUBOIS closed 1 year ago
Hello @tisonkun :wave:, long time no see ! I made some changes to allow to use rustls instead of native-tls using compiler feature flags. Could you give me your thought of this pull request ?
To give you more context about this pull request, at Clever Cloud, we are doing cross-compiling stuffs and some times build statically binaries and it will helps us, if we could remove the dependency to openssl to do so.
By the way, I have updated all dependencies !
Hello @tisonkun and @CleverAkanoa, I have deployed this patch in production and it works pretty well.
Thank you! I'll review this patch in days.
I am glad that you are ok with those modification, I will do the modification above about the hyphen and I will add the compile time error as well. By the way, once this will be merged I will rebase the pull request #267 to integrate those changes.
Hey @tisonkun, I did the modification, could you check that everything is ok for you ?
As @CleverAkanoa and @tisonkun approve this pull request, I merge it.
tokio-rustls-runtime
andasync-std-rustls-runtime
that have the same meaning astokio-runtime
andasync-std-runtime
except that they use rustls.