mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +00:00
Update rdkafka dependency.
This commit is contained in:
parent
f0987af114
commit
fb29d7f58d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3355,9 +3355,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rdkafka"
|
||||
version = "0.34.0"
|
||||
version = "0.36.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "053adfa02fab06e86c01d586cc68aa47ee0ff4489a59469081dc12cbcde578bf"
|
||||
checksum = "d54f02a5a40220f8a2dfa47ddb38ba9064475a5807a69504b6f91711df2eea63"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-util",
|
||||
|
@ -70,7 +70,7 @@ gcp_auth = "0.9"
|
||||
lapin = "2.3"
|
||||
tokio-executor-trait = "2.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
|
||||
tonic = "0.10"
|
||||
|
Loading…
Reference in New Issue
Block a user