Skip to content

Commit

Permalink
update features for kafka + sasl
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashak committed Dec 18, 2024
1 parent 5a3eb1b commit 29c6c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ postgres-openssl = { version = "0.5.0", default-features = false, features = ["r
pulsar = { version = "6.3.0", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true }
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rand_distr = { version = "0.4.3", default-features = false }
rdkafka = { version = "0.35.0", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true }
rdkafka = { version = "0.35.0", default-features = false, features = ["tokio", "libz", "ssl", "zstd", "sasl", "curl"], optional = true }
redis = { version = "0.24.0", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true }
regex = { version = "1.10.4", default-features = false, features = ["std", "perf"] }
roaring = { version = "0.10.4", default-features = false, features = ["std"], optional = true }
Expand Down

0 comments on commit 29c6c17

Please sign in to comment.