nym-client: removed the hex crate

This commit is contained in:
Dave Hrycyszyn
2020-01-24 16:45:40 +00:00
parent 398fa5c643
commit e1b3a22bc5
2 changed files with 0 additions and 2 deletions
Generated
-1
View File
@@ -1360,7 +1360,6 @@ dependencies = [
"dotenv",
"futures 0.3.1",
"healthcheck",
"hex",
"log",
"mix-client",
"pem",
-1
View File
@@ -19,7 +19,6 @@ curve25519-dalek = "1.2.3"
dirs = "2.0.2"
dotenv = "0.15.0"
futures = "0.3.1"
hex = "0.4.0"
log = "0.4"
pem = "0.7.0"
pretty_env_logger = "0.3"