Update rdkafka dependency.

This commit is contained in:
Orne Brocaar 2023-12-11 11:37:12 +00:00
parent f0987af114
commit fb29d7f58d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3355,9 +3355,9 @@ dependencies = [
[[package]] [[package]]
name = "rdkafka" name = "rdkafka"
version = "0.34.0" version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053adfa02fab06e86c01d586cc68aa47ee0ff4489a59469081dc12cbcde578bf" checksum = "d54f02a5a40220f8a2dfa47ddb38ba9064475a5807a69504b6f91711df2eea63"
dependencies = [ dependencies = [
"futures-channel", "futures-channel",
"futures-util", "futures-util",

View File

@ -70,7 +70,7 @@ gcp_auth = "0.9"
lapin = "2.3" lapin = "2.3"
tokio-executor-trait = "2.1" tokio-executor-trait = "2.1"
tokio-reactor-trait = "1.1" tokio-reactor-trait = "1.1"
rdkafka = { version = "0.34", default-features = false, features = ["tokio", "cmake-build"] } rdkafka = { version = "0.36", default-features = false, features = ["tokio", "cmake-build"] }
# gRPC and Protobuf # gRPC and Protobuf
tonic = "0.10" tonic = "0.10"