if you have a different version than the one expected in reqwest then you could face build issues. This change switches off default features in reqwest and enables rustls instead which is a rust only drop-in replacement for openssl. This improves the portability of burn. ...
Error: server error: 400 Bad Request: Ok("{"error":"Invalid payload, license, machine or nonce is empty."}") rustdesk/rustdesk-server-pro#360 (comment) Our settings is. reqwest = { version = "0.12", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "soc...
Also I've extended CI to make cover native-tls and rustls as well (for that builds I have to run docker manually, sinceservicesexecuted before cloning repo, while I need some files from it), and clickhouse-server in that checks does not expose9000port, which should ensure that everything...
This is accomplished through the use of one of `native-tls`, `openssl`, or `rustls` (only `rustls` is currently supported for DoH). The Resolver requires valid DoT or DoH resolvers being registered in order to be used. The Resolver requires valid DoT or DoH resolvers being registered ...
We are already using rustls for everything else, so we might as well use rustls too for diqwest, so we don't depend on pkg-config and openssl on linux. test: remove dependency on native tls … 1ff6a0b View details sigoden merged commit 46aa8fc into sigoden:main Aug 15, 2023...
0.3.1 (February 4th, 2023) Additions Add Vendored Feature (#125) Implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream<S> (#74) Internal Fix warning about renamed lint (#93) fix...
removes the native-tls dependency from oci-tar-builder and uses rustls-tls instead. This is done to avoid the openssl dependency note that: if the opentelemetry feature is turned on, the containerd...