fix sec audit by removing term feature in simplelog

This commit is contained in:
Stephan Dilly 2020-03-30 12:02:34 +02:00
parent 7e05966336
commit fd9c6ace15
2 changed files with 1 additions and 12 deletions

11
Cargo.lock generated
View file

@ -752,7 +752,6 @@ checksum = "05a3e303ace6adb0a60a9e9e2fbc6a33e1749d1e43587e2125f7efa9c5e107c5"
dependencies = [
"chrono",
"log",
"term",
]
[[package]]
@ -781,16 +780,6 @@ dependencies = [
"winapi 0.3.8",
]
[[package]]
name = "term"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
dependencies = [
"dirs",
"winapi 0.3.8",
]
[[package]]
name = "time"
version = "0.1.42"

View file

@ -23,7 +23,7 @@ tui = { version = "0.8", default-features=false, features = ['crossterm'] }
itertools = "0.9"
rayon-core = "1.7"
log = "0.4"
simplelog = "0.7"
simplelog = { version = "0.7", default-features=false }
dirs = "2.0"
crossbeam-channel = "0.4"
scopeguard = "1.1"