chore(deps): move more things to workspace (#4881)

This commit is contained in:
Matthias Seitz
2023-10-02 22:45:36 +02:00
committed by GitHub
parent fbfca3f55f
commit f59db3151d
14 changed files with 54 additions and 27 deletions

View File

@ -34,7 +34,7 @@ thiserror.workspace = true
# optional deps for the test-utils feature
alloy-rlp = { workspace = true, optional = true }
tempfile = { version = "3.3", optional = true }
tempfile = { workspace = true, optional = true }
itertools = { workspace = true, optional = true }
[dev-dependencies]
@ -47,7 +47,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
alloy-rlp.workspace = true
itertools.workspace = true
tempfile = "3.3"
tempfile.workspace = true
[features]
test-utils = ["dep:alloy-rlp", "dep:tempfile", "dep:itertools"]