Skip to content

Commit f3cca76

Browse files
Merge pull request #202 from influxdata/dependabot/cargo/rdkafka-0.30
chore(deps): update rdkafka requirement from 0.29 to 0.30
2 parents 114847f + 9380a28 commit f3cca76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ procspawn = "0.10"
4949
proptest = "1"
5050
proptest-derive = "0.3"
5151
rustls-pemfile = "1.0"
52-
rdkafka = { version = "0.29", default-features = false, features = ["libz", "tokio", "zstd"] }
52+
rdkafka = { version = "0.30", default-features = false, features = ["libz", "tokio", "zstd"] }
5353
tokio = { version = "1.14", features = ["macros", "rt-multi-thread"] }
5454
tracing-log = "0.1"
5555
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)