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:
parent
3c122783ac
commit
f4c85cd335
|
@ -16,4 +16,4 @@ serde_json = "^1.0"
|
||||||
futures = "^0.3"
|
futures = "^0.3"
|
||||||
tokio = { version = "^1.0", features = ["full"] }
|
tokio = { version = "^1.0", features = ["full"] }
|
||||||
clap = "2.33.1"
|
clap = "2.33.1"
|
||||||
rdkafka = { version = "^0.28", features = ["cmake-build"] }
|
rdkafka = { version = "^0.29", features = ["cmake-build"] }
|
||||||
|
|
Loading…
Reference in New Issue