stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

bump tls-api to 0.2 version #150

Closed olanod closed 4 years ago

olanod commented 5 years ago

I was scratching my head for a while when I added the tls-api-rustls = "*" dependency and then it complained about tls_api_rustls::TlsConnector not implementing the tls_api::TlsConnector interface. Then I realized it installed version 0.2 and grpc crate depends on tls_api = "0.1".