Skip to content

Commit 251e8ed

Browse files
riptlnyetwurk
authored andcommitted
Switch to non-vendored OpenSSL
Signed-off-by: Richard Patel <ripatel@jumptrading.com>
1 parent 3808f7a commit 251e8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
1212

1313
[dependencies]
1414
prost = "0.11"
15-
rdkafka = { version = "0.28", features = ["ssl-vendored", "sasl"] }
15+
rdkafka = { version = "0.29", features = ["ssl", "sasl"] }
1616
solana-geyser-plugin-interface = { version = "=1.10.32" }
1717
solana-logger = { version = "=1.10.32" }
1818
solana-program = { version = "=1.10.32" }

0 commit comments

Comments
 (0)