Skip to content

Commit

Permalink
add tls features to tonic for client tls (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald authored Apr 18, 2023
1 parent 0d21a41 commit 5329d32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 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 @@ -75,7 +75,7 @@ rust_decimal = "1"
rust_decimal_macros = "1"
base64 = ">=0.21"
sha2 = "*"
tonic = "0"
tonic = {version = "0", features = ["tls", "tls-roots"]}
http = "*"
triggered = "0"
futures = "*"
Expand Down

0 comments on commit 5329d32

Please sign in to comment.