feat: update to latest rskafka logging (#3805) (#3896)

pull/24376/head
Raphael Taylor-Davies 2022-03-02 11:05:03 +00:00 committed by GitHub
parent af57664f53
commit 44cfdc7aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4244,7 +4244,7 @@ dependencies = [
[[package]]
name = "rskafka"
version = "0.2.0"
source = "git+https://github.com/influxdata/rskafka.git?rev=f7eef8560ac871e056887a62b7014582835cba78#f7eef8560ac871e056887a62b7014582835cba78"
source = "git+https://github.com/influxdata/rskafka.git?rev=7c1ac78dc0024a92ba767c8375d3b300ac5602b1#7c1ac78dc0024a92ba767c8375d3b300ac5602b1"
dependencies = [
"async-trait",
"bytes",

View File

@ -22,7 +22,7 @@ parking_lot = "0.12"
pin-project = "1.0"
prost = "0.9"
# TODO: Temporary additional logging (#3805)
rskafka = { git = "https://github.com/influxdata/rskafka.git", rev="f7eef8560ac871e056887a62b7014582835cba78", default-features = false, features = ["compression-snappy"] }
rskafka = { git = "https://github.com/influxdata/rskafka.git", rev="7c1ac78dc0024a92ba767c8375d3b300ac5602b1", default-features = false, features = ["compression-snappy"] }
schema = { path = "../schema" }
time = { path = "../time" }
tokio = { version = "1.17", features = ["fs", "macros", "parking_lot", "rt", "sync", "time"] }