Update rdkafka-lib version to ^0.36
The rdkafka-lib version being used has been updated from ^0.29 to ^0.36. This update in the package version is necessary for better compatibility with the latest kafka features. Signed-off-by: Davide Petilli <davide@petilli.me>
This commit is contained in:
parent
1978ae16aa
commit
7ea5fc53e9
|
@ -46,7 +46,7 @@ uuid = { version = "1", features = ["v4"] }
|
|||
actix-web = { version = "4", optional = true }
|
||||
actix-http = { version = "3", optional = true }
|
||||
reqwest-lib = { version = "^0.11", default-features = false, features = ["rustls-tls"], optional = true, package = "reqwest" }
|
||||
rdkafka-lib = { version = "^0.29", features = ["cmake-build"], optional = true, package = "rdkafka" }
|
||||
rdkafka-lib = { version = "^0.36", features = ["cmake-build"], optional = true, package = "rdkafka" }
|
||||
warp-lib = { version = "^0.3", optional = true, package = "warp" }
|
||||
async-trait = { version = "^0.1.33", optional = true }
|
||||
bytes = { version = "^1.0", optional = true }
|
||||
|
|
Loading…
Reference in New Issue