Remove unused and deprecated `tempdir` dependency
This commit is contained in:
parent
057a81b9a4
commit
75d6ced4c9
|
|
@ -19,6 +19,5 @@ libc = "0.2"
|
|||
boring-sys = { version = "1.1.0", path = "../boring-sys" }
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3"
|
||||
hex = "0.4"
|
||||
rusty-hook = "^0.11"
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@ extern crate libc;
|
|||
|
||||
#[cfg(test)]
|
||||
extern crate hex;
|
||||
#[cfg(test)]
|
||||
extern crate tempdir;
|
||||
|
||||
#[doc(inline)]
|
||||
pub use crate::ffi::init;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue