Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sycured committed Jan 12, 2024
1 parent 3910b80 commit 2483258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust/checker/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 rust/checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dns-lookup = "2.0.4"
env_logger = "0.10.1"
futures = "0.3.30"
log = { version = "0.4.20", features = ["release_max_level_info"] }
rdkafka = { version = "0.36.0", features = ["cmake-build"] }
rdkafka = { version = "0.36.1", features = ["cmake-build"] }
serde = "1"
serde_json = "1"
tokio = { version = "1.19.1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 2483258

Please sign in to comment.