remove temp_dir; tempfile has all we need

This commit is contained in:
James Wilson
2025-08-21 12:36:23 +01:00
parent 0e5e57e703
commit eb754bc9e8
10 changed files with 36 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use futures::StreamExt;
use futures::stream;
use indexmap::IndexMap;
use revive_dt_node_interaction::EthereumNode;
use temp_dir::TempDir;
use tempfile::TempDir;
use tokio::{sync::mpsc, try_join};
use tracing::{debug, info, info_span, instrument};
use tracing_appender::non_blocking::WorkerGuard;