add tempfile dep for tests

This commit is contained in:
Rostyslav Tyshko 2024-12-09 03:56:33 +01:00
parent c322aba074
commit 1e571bd0a4
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -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",

View File

@ -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",