Skip to content

Commit

Permalink
[data] Kafka GMK v2 config adds (#7)
Browse files Browse the repository at this point in the history
* update features for kafka + sasl

* upgrade + zstd
  • Loading branch information
avinashak authored Jan 9, 2025
1 parent d39db39 commit 639ed3f
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", "sasl", "curl"], optional = true }
rdkafka = { version = "0.36.2", default-features = false, features = ["tokio", "libz", "ssl", "zstd", "sasl", "curl", "zstd-pkg-config"], 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 639ed3f

Please sign in to comment.