awslabs / flowgger

A fast data collector in Rust
BSD 2-Clause "Simplified" License
834 stars 55 forks source link

Update dependencies version #33

Closed kurojishi closed 5 years ago

kurojishi commented 5 years ago

Dependencies are old and needs to be updated. There are some which are going to be tricky:

OpenSSL 0.9 -> 0.10: Blocked by Kafka using 0.9 and by API change in the library
CapNProto: Change of API in the library force implementation of a new trait
serde_json 0.8 -> 1.0: Change of API in the library

ported over from https://github.com/amazon-archives/flowgger-hold/issues/3

kurojishi commented 5 years ago

openssl and kafka updated in https://github.com/awslabs/flowgger/pull/49

kurojishi commented 5 years ago

All dependancies in the list updated