mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-19 02:56:23 +00:00
chirpstack: Update rdkafka dependency.
This commit is contained in:
parent
582df0dc8f
commit
d3b2d6a824
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3353,9 +3353,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rdkafka"
|
name = "rdkafka"
|
||||||
version = "0.32.2"
|
version = "0.33.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f8733bc5dc0b192d1a4b28073f9bff1326ad9e4fecd4d9b025d6fc358d1c3e79"
|
checksum = "da18026aad1c24033da3da726200de7e911e75c2e2cc2f77ffb9b4502720faae"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
|
@ -69,7 +69,7 @@ gcp_auth = "0.9"
|
|||||||
lapin = "2.1"
|
lapin = "2.1"
|
||||||
tokio-executor-trait = "2.1"
|
tokio-executor-trait = "2.1"
|
||||||
tokio-reactor-trait = "1.1"
|
tokio-reactor-trait = "1.1"
|
||||||
rdkafka = { version = "0.32", default-features = false, features = ["tokio", "cmake-build"] }
|
rdkafka = { version = "0.33", default-features = false, features = ["tokio", "cmake-build"] }
|
||||||
|
|
||||||
# gRPC and Protobuf
|
# gRPC and Protobuf
|
||||||
tonic = "0.9"
|
tonic = "0.9"
|
||||||
|
Loading…
Reference in New Issue
Block a user