Skip to content

Commit 2b66c95

Browse files
authored
Bump rdkafka version (#170)
Signed-off-by: Roman Kudryashov <[email protected]>
1 parent ae83a69 commit 2b66c95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bitflags = "^1.2"
3838
# runtime optional deps
3939
actix-web = { version = "^3", default-features = false, optional = true }
4040
reqwest-lib = { version = "^0.11", default-features = false, features = ["rustls-tls"], optional = true, package = "reqwest" }
41-
rdkafka-lib = { version = "^0.25", features = ["cmake-build"], optional = true, package = "rdkafka" }
41+
rdkafka-lib = { version = "^0.28", features = ["cmake-build"], optional = true, package = "rdkafka" }
4242
warp-lib = { version = "^0.3", optional = true, package = "warp" }
4343
async-trait = { version = "^0.1.33", optional = true }
4444
bytes = { version = "^1.0", optional = true }

example-projects/rdkafka-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ serde_json = "^1.0"
1616
futures = "^0.3"
1717
tokio = { version = "^1.0", features = ["full"] }
1818
clap = "2.33.1"
19-
rdkafka = { version = "^0.25", features = ["cmake-build"] }
19+
rdkafka = { version = "^0.28", features = ["cmake-build"] }

0 commit comments

Comments
 (0)