Unverified Commit 0331c031 authored by Alexander Kjäll's avatar Alexander Kjäll
Browse files

Remove the unused tempdir dev dependency

parent 79ad1b16
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,5 +31,4 @@ openssl-macros = { path = "../openssl-macros" }
ffi = { package = "openssl-sys", version = "0.9.69", path = "../openssl-sys" }

[dev-dependencies]
tempdir = "0.3"
hex = "0.3"
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ use std::process::{Child, ChildStdin, Command, Stdio};
use std::sync::atomic::{AtomicBool, Ordering};
use std::thread;
use std::time::Duration;
use tempdir::TempDir;

use crate::dh::Dh;
use crate::error::ErrorStack;