mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 07:45:49 +00:00
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:
committed by
GitHub
parent
d82e4b7761
commit
8e4b40278c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user