elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
705 stars 72 forks source link

Remove unnecessary default-tls feature #115

Closed mwilliammyers closed 4 years ago

mwilliammyers commented 4 years ago

Closes #111

russcam commented 4 years ago

Manually merged in https://github.com/elastic/elasticsearch-rs/commit/f39f1d30f06810d45f127e4572b565b3a3210f1c as I updated some of the cfg attributes for certificate validation, which requires either native-tls or rustls-tls feature to be enabled

Thanks @mwilliammyers 👍