Removed no longe used toml dependency from the validator
This commit is contained in:
Generated
-1
@@ -1512,7 +1512,6 @@ dependencies = [
|
||||
"serde",
|
||||
"tempfile",
|
||||
"tokio 0.2.10",
|
||||
"toml",
|
||||
"topology",
|
||||
]
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@ log = "0.4"
|
||||
pretty_env_logger = "0.3"
|
||||
serde = "1.0.104"
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
toml = "0.5.5"
|
||||
|
||||
## internal
|
||||
crypto = {path = "../common/crypto"}
|
||||
|
||||
Reference in New Issue
Block a user