Upgrade version of rdkafka library example

Signed-off-by: Davide Petilli <davide@petilli.me>
This commit is contained in:
Davide Petilli 2024-04-19 17:58:50 +02:00
parent 7ea5fc53e9
commit ee507df513
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ serde_json = "^1.0"
futures = "^0.3"
tokio = { version = "^1.0", features = ["full"] }
clap = "2.33.1"
rdkafka = { version = "^0.29", features = ["cmake-build"] }
rdkafka = { version = "^0.36", features = ["cmake-build"] }