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

@@ -8,7 +8,7 @@ edition = "2018"
eth1_test_rig = { path = "../../testing/eth1_test_rig" }
toml = "0.5.6"
web3 = { version = "0.17.0", default-features = false, features = ["http-tls", "signing", "ws-tls-tokio"] }
sloggers = "1.0.1"
sloggers = "2.0.2"
environment = { path = "../../lighthouse/environment" }
[dependencies]