From cc07a28c71d3872d77263cfe8687670a29918e2e Mon Sep 17 00:00:00 2001 From: Roman Kudryashov Date: Sat, 29 Jan 2022 10:20:32 +0300 Subject: [PATCH] Bump rdkafka version Signed-off-by: Roman Kudryashov --- Cargo.toml | 2 +- example-projects/rdkafka-example/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3723f5a..04c1210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ bitflags = "^1.2" # runtime optional deps actix-web = { version = "^3", default-features = false, optional = true } reqwest-lib = { version = "^0.11", default-features = false, features = ["rustls-tls"], optional = true, package = "reqwest" } -rdkafka-lib = { version = "^0.25", features = ["cmake-build"], optional = true, package = "rdkafka" } +rdkafka-lib = { version = "^0.28", features = ["cmake-build"], optional = true, package = "rdkafka" } warp-lib = { version = "^0.3", optional = true, package = "warp" } async-trait = { version = "^0.1.33", optional = true } bytes = { version = "^1.0", optional = true } diff --git a/example-projects/rdkafka-example/Cargo.toml b/example-projects/rdkafka-example/Cargo.toml index b67753d..05d6332 100644 --- a/example-projects/rdkafka-example/Cargo.toml +++ b/example-projects/rdkafka-example/Cargo.toml @@ -16,4 +16,4 @@ serde_json = "^1.0" futures = "^0.3" tokio = { version = "^1.0", features = ["full"] } clap = "2.33.1" -rdkafka = { version = "^0.25", features = ["cmake-build"] } +rdkafka = { version = "^0.28", features = ["cmake-build"] }