diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index f2b7b2a8..a6612cc5 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -103,4 +103,4 @@ test-log = { version = "0.2.13", default-features = false, features = ["trace"] env_logger = { version ="0.10", default-features = true, features = ["auto-color"] } tokio = { version = "1.33.0", default-features = false, features = ["full", "test-util"] } tracing = {version = "0.1", default-features = false} -tracing-subscriber = {version = "0.3", default-features = false, features = ["env-filter", "fmt"]} +tracing-subscriber = {version = "0.3", features = ["env-filter"]} diff --git a/web3_proxy_cli/Cargo.toml b/web3_proxy_cli/Cargo.toml index a52aa51c..890d9ddb 100644 --- a/web3_proxy_cli/Cargo.toml +++ b/web3_proxy_cli/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0.189" } serde_json = { version = "1.0.107", default-features = false, features = ["raw_value"] } tokio-console = { version = "0.1.10", optional = true } tracing = "0.1" -tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] } +tracing-subscriber = { version = "0.3", features = ["env-filter"] } [dev-dependencies] env_logger = { version ="0.10", default-features = false, features = ["auto-color"] }