Skip to content

Commit ddc169d

Browse files
committed
chore(deps): enable tls-aws-lc feature for tonic
1 parent 9385989 commit ddc169d

2 files changed

Lines changed: 46 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spl-token-2022 = { version = "4.0.0", features = [ "no-entrypoint", "serde-trait
3939
thiserror = "2.0.12"
4040
tokio = { version = "1.0.1", features = ["full"] }
4141
toml = "0.8.22"
42-
tonic = { version = "0.14.0", features = ["tls-native-roots"] }
42+
tonic = { version = "0.14.0", features = ["tls-native-roots", "tls-aws-lc"] }
4343
twitterust = { path = "./twitterust" }
4444
yellowstone-grpc-client = "13.1.0"
4545
yellowstone-grpc-proto = { version = "12.4.0", default-features = false, features = ["tonic", "tonic-compression"] }

0 commit comments

Comments
 (0)