fix(deps): tempfile only needed for tests
This commit is contained in:
parent
b8ea76c26c
commit
de7f312610
@ -45,7 +45,6 @@ tracing = { default-features = false, features = ["log"], version = "0.1" }
|
||||
tracing-futures = { default-features = false, features = ["std-future", "std", "futures-03"], version = "0.2" }
|
||||
void = { default-features = false, version = "1.0" }
|
||||
fs2 = "0.4.3"
|
||||
tempfile = "3.1.0"
|
||||
sled = "0.34"
|
||||
once_cell = "1.5.2"
|
||||
|
||||
@ -62,6 +61,7 @@ sha2 = { default-features = false, version = "0.9" }
|
||||
tokio = { default-features = false, features = ["io-std", "io-util", "time"], version = "1" }
|
||||
tracing-subscriber = { default-features = false, features = ["fmt", "tracing-log", "ansi", "env-filter"], version = "0.2" }
|
||||
rand = { default-features = false, version = "0.8", features = ["std", "std_rng"] }
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[workspace]
|
||||
members = [ "bitswap", "http", "unixfs" ]
|
||||
|
Loading…
Reference in New Issue
Block a user