Update sloggers to v2.0.2 (#2588)

fixes #2584
This commit is contained in:
Wink Saville
2021-09-14 06:48:26 +00:00
parent f9bba92db3
commit 4755d4b236
10 changed files with 18 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ spec-minimal = []
beacon_node = { "path" = "../beacon_node" }
tokio = "1.10.0"
slog = { version = "2.5.2", features = ["max_level_trace"] }
sloggers = "1.0.1"
sloggers = "2.0.2"
types = { "path" = "../consensus/types" }
bls = { path = "../crypto/bls" }
eth2_hashing = "0.2.0"

View File

@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
tokio = { version = "1.10.0", features = ["macros", "rt", "rt-multi-thread", "signal" ] }
slog = { version = "2.5.2", features = ["max_level_trace"] }
sloggers = "1.0.1"
sloggers = "2.0.2"
types = { path = "../../consensus/types" }
eth2_config = { path = "../../common/eth2_config" }
task_executor = { path = "../../common/task_executor" }