Skip to content

Commit 62c93b1

Browse files
authored
Merge pull request #3322 from Pana/fix/cargoDenyIssue
fix cargo deny issue of traceing-subscriber
2 parents 313b4e2 + 3392b39 commit 62c93b1

File tree

4 files changed

+78
-83
lines changed

4 files changed

+78
-83
lines changed

Cargo.lock

Lines changed: 28 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ auto_impl = "1"
417417
dyn-clone = "1.0"
418418
enumn = "0.1"
419419
walkdir = "2.5"
420+
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
420421

421422
# num misc
422423
bigdecimal = "0.1"

crates/rpc/rpc-middlewares/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license-file.workspace = true
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
jsonrpsee = { workspace = true ,features = ["server","ws-client"]}
16+
jsonrpsee = { workspace = true, features = ["server", "ws-client"] }
1717
throttling = { workspace = true }
1818
futures-util = { workspace = true }
1919
log = { workspace = true }
@@ -24,6 +24,6 @@ lazy_static = { workspace = true }
2424
parking_lot = { workspace = true }
2525
metrics = { workspace = true }
2626
futures = { workspace = true }
27-
tracing-subscriber = {version = "=0.3.0",features = ["env-filter"]}
27+
tracing-subscriber = { workspace = true }
2828
anyhow = {workspace = true}
2929
tokio = { workspace = true }

tools/evm-spec-tester/Cargo.lock

Lines changed: 47 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)