Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-09-06 20:14:36 -04:00
parent c647ac7323
commit 94974b120a
4 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -506,8 +506,6 @@ dependencies = [
"logtail-poster",
"serde",
"serde_json",
"serial_test",
"tempdir",
]
[[package]]
@ -520,6 +518,8 @@ dependencies = [
"ring-channel",
"serde",
"serde_json",
"serial_test",
"tempdir",
"thiserror",
"tokio",
"url",

View File

@ -1,4 +1,4 @@
Copyright (C) 2006 by Rob Landley <rob@landley.net>
Copyright (C) 2021 by Xe <xe@xeserv.us>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.

View File

@ -17,7 +17,3 @@ serde_json = "1"
# local deps
logtail = { path = "../logtail" }
logtail-poster = { path = "../logtail-poster" }
[dev-dependencies]
tempdir = "0.3"
serial_test = "0.5.1"

View File

@ -18,3 +18,7 @@ zstd = "0.9"
# local deps
logtail = { path = "../logtail" }
[dev-dependencies]
tempdir = "0.3"
serial_test = "0.5.1"