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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user