mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-05 06:43:08 +00:00
add tempfile dep for tests
This commit is contained in:
parent
c322aba074
commit
1e571bd0a4
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2684,6 +2684,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"sha2 0.10.8",
|
||||
"storage",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"utxo",
|
||||
|
||||
@ -40,6 +40,7 @@ aes-gcm = "0.10.3"
|
||||
toml = "0.7.4"
|
||||
secp256k1-zkp = "0.11.0"
|
||||
bincode = "1.3.3"
|
||||
tempfile = "3.14.0"
|
||||
|
||||
rocksdb = { version = "0.21.0", default-features = false, features = [
|
||||
"snappy",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user