Fixed example

Apps will be required to bump their dep to 0.29, too.

Signed-off-by: Jim Crossley <jim@crossleys.org>
This commit is contained in:
Jim Crossley 2022-11-03 13:45:37 -04:00
parent 3c122783ac
commit f4c85cd335
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.28", features = ["cmake-build"] }
rdkafka = { version = "^0.29", features = ["cmake-build"] }