Skip to content

Commit

Permalink
Add tonic FF for TLS certs (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Mar 19, 2024
1 parent 40e7350 commit 4b51f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 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 @@ -47,6 +47,6 @@ solana-vote-program = "=1.18.1"
thiserror = "1.0.40"
tokio = { version = "1", features = ["rt-multi-thread"] }
tokio-stream = "0.1"
tonic = { version = "0.10.2", features = ["tls"] }
tonic = { version = "0.10.2", features = ["tls", "tls-webpki-roots"] }
tonic-build = "0.10.2"
uuid = { version = "1.3.1", features = ["v4", "fast-rng"] }

0 comments on commit 4b51f08

Please sign in to comment.