Skip to content

Commit 835412f

Browse files
authored
Update rdkafka to 0.38 (#257)
Signed-off-by: Falk Woldmann <[email protected]>
1 parent aee9d07 commit 835412f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ uuid = { version = "1", features = ["v4"] }
4848
actix-web = { version = "4", optional = true }
4949
actix-http = { version = "3", optional = true }
5050
reqwest-lib = { version = "^0.12", default-features = false, features = ["rustls-tls"], optional = true, package = "reqwest" }
51-
rdkafka-lib = { version = "^0.37", features = ["cmake-build"], optional = true, package = "rdkafka" }
51+
rdkafka-lib = { version = "^0.38", features = ["cmake-build"], optional = true, package = "rdkafka" }
5252
warp-lib = { version = "^0.3", optional = true, package = "warp" }
5353
async-trait = { version = "^0.1", optional = true }
5454
bytes = { version = "^1.0", optional = true }

example-projects/rdkafka-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ serde_json = "^1.0"
1616
futures = "^0.3"
1717
tokio = { version = "^1.0", features = ["full"] }
1818
clap = "2.33.1"
19-
rdkafka = { version = "^0.37", features = ["cmake-build"] }
19+
rdkafka = { version = "^0.38", features = ["cmake-build"] }

0 commit comments

Comments
 (0)