From 4ef98fc2ba0f3007adcf2a8ab128ccecfcbba212 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 15 Jun 2018 16:45:17 +0200 Subject: feat(main): Implement record conversion & flushing to API This implements the "meat" of the initial version of journaldriver. Records from journald are converted into the representation required by Stackdriver and forwarded to the API. In this initial version journaldriver is only supported on instances running on GCP. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e314c0a51ef0..66e83d25300a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ serde = "1.0" serde_derive = "1.0" serde_json = "1.0" reqwest = "0.8" -chrono = { version = "0.4", features = ["serde"] } -hyper = "*" # whatever reqwest drags in +hyper = "0.11" # whatever reqwest drags in +lazy_static = "1.0" [build-dependencies] pkg-config = "0.3" -- cgit 1.4.1