Skip to content

Commit b46a1d3

Browse files
committed
Update pin of rdkafka-sys to latest.
1 parent 97688d7 commit b46a1d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rdkafka"
3-
version = "0.32.1"
3+
version = "0.32.2"
44
authors = ["Federico Giraud <giraud.federico@gmail.com>"]
55
repository = "https://github.com/fede1024/rust-rdkafka"
66
readme = "README.md"
@@ -15,7 +15,7 @@ exclude = ["Cargo.lock"]
1515
members = ["rdkafka-sys"]
1616

1717
[dependencies]
18-
rdkafka-sys = { path = "rdkafka-sys", version = "4.4.0", default-features = false }
18+
rdkafka-sys = { path = "rdkafka-sys", version = "4.5.0", default-features = false }
1919
futures-channel = "0.3.0"
2020
futures-executor = { version = "0.3.0", optional = true }
2121
futures-util = { version = "0.3.0", default-features = false }

0 commit comments

Comments
 (0)