chore: Remove required bytes dep and clean up deny (#227)

* chore: Remove required bytes dep and clean up deny

* Fix interop test cli args
This commit is contained in:
Lucio Franco
2020-01-11 12:48:24 -08:00
committed by GitHub
parent 18e944bd28
commit 6673f91f1f
11 changed files with 11 additions and 20 deletions
+3 -6
View File
@@ -14,12 +14,9 @@ deny = [
# term is not fully maintained, and termcolor is replacing it
{ name = "term" },
]
skip = [
{ name = "bytes", version = "=0.4.12" },
]
skip-tree = [
{ name = "rand", version = "=0.6.5" },
{ name = "syn", version = "=0.15.44" },
skip-tree = [
{ name = "winapi", version = "<= 0.3" },
{ name = "autocfg", version = "<= 1" },
]
[licenses]