Skip to content

Commit

Permalink
bump color eyre and lock tracing-subscriber (#1220)
Browse files Browse the repository at this point in the history
* bump color eyre

* lock tracing-subscriber 0.3.9
  • Loading branch information
mattsse authored Apr 7, 2022
1 parent 4e44b3c commit 5e42e06
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 42 deletions.
55 changes: 17 additions & 38 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ui = { path = "../ui" }
dunce = "1.0.2"
# ethers = "0.5"
ethers = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
eyre = "0.6.5"
color-eyre = "0.5"
eyre = "0.6"
color-eyre = "0.6"
rustc-hex = "2.1.0"
serde_json = "1.0.67"
tokio = { version = "1.11.0", features = ["macros"] }
Expand Down
2 changes: 1 addition & 1 deletion evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = "1.0.29"

# Logging
tracing = "0.1.26"
tracing-subscriber = "0.3"
tracing-subscriber = "=0.3.9"
tracing-error = "0.2.0"

# Threading/futures
Expand Down
2 changes: 1 addition & 1 deletion forge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ glob = "0.3.0"
# TODO: Trim down
tokio = { version = "1.10.1" }
tracing = "0.1.26"
tracing-subscriber = "0.3"
tracing-subscriber = "=0.3.9"
proptest = "1.0.0"
rayon = "1.5"
rlp = "0.5.1"
Expand Down

0 comments on commit 5e42e06

Please sign in to comment.