shardtree: Remove unused dependencies

This commit is contained in:
Jack Grigg 2023-07-27 23:07:42 +00:00
parent 70930d8496
commit 6628520585
1 changed files with 0 additions and 4 deletions

View File

@ -26,7 +26,6 @@ tracing = "0.1"
[dev-dependencies]
assert_matches = "1.5"
criterion = "0.3"
incrementalmerkletree = { version = "0.4", path = "../incrementalmerkletree", features = ["test-dependencies"] }
proptest = "1.0.0"
@ -40,7 +39,4 @@ legacy-api = ["incrementalmerkletree/legacy-api"]
test-dependencies = ["proptest", "assert_matches"]
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56
dashmap = ">=5, <5.5.0" # 5.5 has MSRV > 1.60
inferno = ">=0.11, <0.11.5" # MSRV 1.59
tempfile = ">=3, <3.7.0" # 3.7 has MSRV 1.63