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.1 to 0.36.2 in /rust/rest_api
Browse files Browse the repository at this point in the history
Bumps [rdkafka](https://github.com/fede1024/rust-rdkafka) from 0.36.1 to 0.36.2.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.36.1...v0.36.2)

---
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 Jan 17, 2024
1 parent ee7f303 commit 6b54cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust/rest_api/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/rest_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures = "0.3.30"
ipaddress = "0.1.2"
log = "0.4.20"
paperclip = { version = "0.8.2", features = ["actix4"] }
rdkafka = { version = "0.36.1", features = ["cmake-build"] }
rdkafka = { version = "0.36.2", features = ["cmake-build"] }
serde = "1"
serde_json = "1"

Expand Down

0 comments on commit 6b54cf7

Please sign in to comment.