Skip to content

Commit

Permalink
tls support
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Jan 2, 2025
1 parent 1c9d087 commit 7d00778
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 1 deletion.
149 changes: 149 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ serde_derive = "1.0.217"
serde_json = "1.0.134"
tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread"] }
serde = "1.0.217"
clickhouse-rs = "=1.1.0-alpha.1"
clickhouse-rs = { version = "1.1.0-alpha.1", features = ["tokio_io", "tls"] }
chrono = "0.4.39"

0 comments on commit 7d00778

Please sign in to comment.