awslabs / flowgger

A fast data collector in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update dependencies version

kurojishi opened this issue · comments

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 amazon-archives#3

openssl and kafka updated in #49

All dependancies in the list updated