From 9f37087076382b85011997934bfb357a2fcec896 Mon Sep 17 00:00:00 2001 From: Andrew Berglund Date: Thu, 30 Jan 2025 06:39:59 -0600 Subject: [PATCH] Add tempfile dep to dev-dependencies --- foundations/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundations/Cargo.toml b/foundations/Cargo.toml index 525b7e1..6effdc4 100644 --- a/foundations/Cargo.toml +++ b/foundations/Cargo.toml @@ -236,6 +236,7 @@ neli-proc-macros = { workspace = true, optional = true } [dev-dependencies] reqwest = { workspace = true } serde = { workspace = true, features = ["rc"] } +tempfile = { workspace = true } tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } ipnetwork = { workspace = true } nix = { workspace = true , features = ["fs"] }