Skip to content

Commit 5b2b345

Browse files
chore(deps): update rdkafka requirement from 0.35 to 0.36
Updates the requirements on [rdkafka](https://github.com/fede1024/rust-rdkafka) to permit the latest version. - [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md) - [Commits](fede1024/rust-rdkafka@v0.35.0...v0.36.2) --- updated-dependencies: - dependency-name: rdkafka dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29e8c6b commit 5b2b345

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
@@ -47,7 +47,7 @@ j4rs = "0.20.0"
4747
proptest = "1"
4848
proptest-derive = "0.5"
4949
rustls-pemfile = "2.0"
50-
rdkafka = { version = "0.35", default-features = false, features = ["libz", "tokio", "zstd"] }
50+
rdkafka = { version = "0.37", default-features = false, features = ["libz", "tokio", "zstd"] }
5151
tokio = { version = "1.14", features = ["macros", "rt-multi-thread"] }
5252
tracing-log = "0.2"
5353
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)