Skip to content

Commit

Permalink
Update sloggers to v2.0.2 (sigp#2588)
Browse files Browse the repository at this point in the history
fixes sigp#2584
  • Loading branch information
winksaville committed Sep 14, 2021
1 parent f9bba92 commit 4755d4b
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 37 deletions.
37 changes: 9 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion beacon_node/beacon_chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_derive = "1.0.116"
serde_yaml = "0.8.13"
serde_json = "1.0.58"
slog = { version = "2.5.2", features = ["max_level_trace"] }
sloggers = "1.0.1"
sloggers = "2.0.2"
slot_clock = { path = "../../common/slot_clock" }
eth2_hashing = "0.2.0"
eth2_ssz = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion beacon_node/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Sigma Prime <[email protected]>"]
edition = "2018"

[dev-dependencies]
sloggers = "1.0.1"
sloggers = "2.0.2"
toml = "0.5.6"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion beacon_node/eth1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion beacon_node/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Sigma Prime <[email protected]>"]
edition = "2018"

[dev-dependencies]
sloggers = "1.0.1"
sloggers = "2.0.2"
genesis = { path = "../genesis" }
lazy_static = "1.4.0"
matches = "0.1.8"
Expand Down
2 changes: 1 addition & 1 deletion beacon_node/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ serde_derive = "1.0.116"
lazy_static = "1.4.0"
lighthouse_metrics = { path = "../../common/lighthouse_metrics" }
lru = "0.6.0"
sloggers = "1.0.1"
sloggers = "2.0.2"
directory = { path = "../../common/directory" }
2 changes: 1 addition & 1 deletion boot_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ types = { path = "../consensus/types" }
eth2_network_config = { path = "../common/eth2_network_config" }
eth2_ssz = "0.3.0"
slog = "2.5.2"
sloggers = "1.0.1"
sloggers = "2.0.2"
tokio = "1.10.0"
log = "0.4.11"
slog-term = "2.6.0"
Expand Down
2 changes: 1 addition & 1 deletion lighthouse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lighthouse/environment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion slasher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ safe_arith = { path = "../consensus/safe_arith" }
serde = "1.0"
serde_derive = "1.0"
slog = "2.5.2"
sloggers = "*"
sloggers = "2.0.2"
tree_hash = "0.3.0"
tree_hash_derive = "0.3.1"
types = { path = "../consensus/types" }
Expand Down

0 comments on commit 4755d4b

Please sign in to comment.