Skip to content

Commit

Permalink
Bump rdkafka from 0.36.2 to 0.37.0
Browse files Browse the repository at this point in the history
Bumps [rdkafka](https://github.com/fede1024/rust-rdkafka) from 0.36.2 to 0.37.0.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.36.2...v0.37.0)

---
updated-dependencies:
- dependency-name: rdkafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 8ccde83 commit 9d13fda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
fern = "0.7"
clap = { version = "4", features = ["derive"] }
config = "0.14"
rdkafka = { version = "0.36", features = ["tokio", "cmake-build"] } # TODO: ssl
rdkafka = { version = "0.37", features = ["tokio", "cmake-build"] } # TODO: ssl
pin-project = "1"
rocksdb = { version = "0.22", default-features = false, features = ["snappy"] }
hex-slice = "0.1"
Expand Down

0 comments on commit 9d13fda

Please sign in to comment.