Skip to content

Commit 2c7bd88

Browse files
Merge pull request #229 from influxdata/dependabot/cargo/rdkafka-0.35
chore(deps): update rdkafka requirement from 0.34 to 0.35
2 parents fe2a1f4 + 29b93a0 commit 2c7bd88

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
@@ -50,7 +50,7 @@ procspawn = "1.0"
5050
proptest = "1"
5151
proptest-derive = "0.4"
5252
rustls-pemfile = "2.0"
53-
rdkafka = { version = "0.34", default-features = false, features = ["libz", "tokio", "zstd"] }
53+
rdkafka = { version = "0.35", default-features = false, features = ["libz", "tokio", "zstd"] }
5454
tokio = { version = "1.14", features = ["macros", "rt-multi-thread"] }
5555
tracing-log = "0.2"
5656
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)