Skip to content

Commit d808f9a

Browse files
committed
generate new certs to fix tests on catalina
1 parent e0ccc90 commit d808f9a

File tree

8 files changed

+97
-169
lines changed

8 files changed

+97
-169
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ openssl-sys = "0.9.55"
3232
openssl-probe = "0.1"
3333

3434
[dev-dependencies]
35-
hex = "0.4.2"
35+
tempfile = "3.0"
36+
test-cert-gen = "0.1"

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@
101101
#[cfg(any(target_os = "macos", target_os = "ios"))]
102102
extern crate lazy_static;
103103

104-
#[cfg(test)]
105-
extern crate hex;
106-
107104
use std::any::Any;
108105
use std::error;
109106
use std::fmt;

0 commit comments

Comments
 (0)