Skip to content

Commit

Permalink
Update rdkafka-lib version to ^0.36 (#226)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Upgrade version of rdkafka library example

Signed-off-by: Davide Petilli <[email protected]>

---------

Signed-off-by: Davide Petilli <[email protected]>
  • Loading branch information
k3rn31 authored Apr 20, 2024
1 parent 1978ae1 commit a59c3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion example-projects/rdkafka-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit a59c3f5

Please sign in to comment.