mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 00:03:09 +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",
|
"serde_json",
|
||||||
"sha2 0.10.8",
|
"sha2 0.10.8",
|
||||||
"storage",
|
"storage",
|
||||||
|
"tempfile",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"utxo",
|
"utxo",
|
||||||
|
|||||||
@ -40,6 +40,7 @@ aes-gcm = "0.10.3"
|
|||||||
toml = "0.7.4"
|
toml = "0.7.4"
|
||||||
secp256k1-zkp = "0.11.0"
|
secp256k1-zkp = "0.11.0"
|
||||||
bincode = "1.3.3"
|
bincode = "1.3.3"
|
||||||
|
tempfile = "3.14.0"
|
||||||
|
|
||||||
rocksdb = { version = "0.21.0", default-features = false, features = [
|
rocksdb = { version = "0.21.0", default-features = false, features = [
|
||||||
"snappy",
|
"snappy",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user