Skip to content

Commit

Permalink
move yansi to workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dcb9 committed Apr 20, 2024
1 parent ac9767c commit 13cd6d3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ vergen = { version = "8", default-features = false }
indexmap = "2.2"
tikv-jemallocator = "0.5.4"
num-format = "0.4.4"
yansi = "1.0"

axum = "0.7"
hyper = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/cast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ semver = "1"
tempfile = "3"
tokio = { version = "1", features = ["macros", "signal"] }
tracing.workspace = true
yansi = "1.0"
yansi.workspace = true
evmole = "0.3.1"

[target.'cfg(unix)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/chisel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ solang-parser.workspace = true
strum = { workspace = true, features = ["derive"] }
time = { version = "0.3", features = ["formatting"] }
tokio = { version = "1", features = ["full"] }
yansi = "1.0"
yansi.workspace = true
tracing.workspace = true

[target.'cfg(unix)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tokio = { version = "1", features = ["macros"] }
tracing-error = "0.2"
tracing-subscriber = { workspace = true, features = ["registry", "env-filter", "fmt"] }
tracing.workspace = true
yansi = "1.0"
yansi.workspace = true
hex.workspace = true
futures = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tokio = "1"
tracing.workspace = true
url = "2"
walkdir = "2"
yansi = "1.0"
yansi.workspace = true
rustc-hash.workspace = true
num-format.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion crates/evm/traces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ once_cell = "1"
serde = "1"
tokio = { version = "1", features = ["time", "macros"] }
tracing = "0.1"
yansi = "1.0"
yansi.workspace = true

[dev-dependencies]
tempfile = "3"
2 changes: 1 addition & 1 deletion crates/forge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ proptest = "1"
rayon = "1"
serde.workspace = true
tracing.workspace = true
yansi = "1.0"
yansi.workspace = true
humantime-serde = "1.1.1"

# bin
Expand Down
2 changes: 1 addition & 1 deletion crates/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async-recursion = "1.0.5"

itertools.workspace = true
parking_lot = "0.12"
yansi = "1.0"
yansi.workspace = true
revm-inspectors.workspace = true
alloy-rpc-types.workspace = true
alloy-json-abi.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ futures = "0.3"
semver = "1"
regex = { version = "1", default-features = false }
once_cell = "1"
yansi = "1.0"
yansi.workspace = true

[dev-dependencies]
tokio = { version = "1", features = ["macros"] }
Expand Down

0 comments on commit 13cd6d3

Please sign in to comment.