suharev7 / clickhouse-rs

Asynchronous ClickHouse client library for Rust programming language.
MIT License
324 stars 121 forks source link

I got this error error[E0432]: unresolved import `tokio_tls` while using tls with version "1.0.0-alpha.1" #192

Closed ghost closed 1 year ago

ghost commented 1 year ago

I got this error error[E0432]: unresolved import tokio_tls while using tls with version "1.0.0-alpha.1" I do check the current codebase, it does seem to update to tokio_native_tls, not yet published or I use it wrong? Thansk