Remove slog-async Github (#4329)

* add local copy of async-record

* Minor clean ups to latest rust and necessity

* styling fixes

* nitpicky fixes
This commit is contained in:
Benjamin Kampmann
2019-12-09 15:47:29 +01:00
committed by GitHub
parent d82e4b7761
commit 8e4b40278c
4 changed files with 162 additions and 28 deletions
+1 -3
View File
@@ -16,10 +16,8 @@ log = "0.4.8"
rand = "0.7.2"
serde = { version = "1.0.101", features = ["derive"] }
slog = { version = "2.5.2", features = ["nested-values"] }
# TODO: we're using slog-async just to be able to clone records; See https://github.com/slog-rs/slog/issues/221,
# https://github.com/paritytech/substrate/issues/2823 and https://github.com/paritytech/substrate/issues/3260
slog-async = { git = "https://github.com/paritytech/slog-async", features = ["nested-values"] }
slog-json = { version = "2.3.0", features = ["nested-values"] }
slog-scope = "4.1.2"
tokio-io = "0.1.12"
take_mut = "0.2.2"
void = "1.0.2"