update simple_logger and colored to remove atty dependency flagged by audit

This commit is contained in:
xenofem 2023-08-06 14:35:07 -04:00
parent 82803c9853
commit feb5e4979b
2 changed files with 170 additions and 40 deletions

View file

@ -19,7 +19,7 @@ pdf = "0.8"
regex = "1.5.5"
reqwest = { version = "0.11", features = ["rustls-tls", "stream"], default-features = false }
scraper = "0.12"
simple_logger = { version = "2.1.0", features = ["stderr"] }
simple_logger = { version = "4.2", features = ["stderr"] }
thiserror = "1"
time = { version = "0.3.9", features = ["formatting", "macros", "parsing"] }
tokio = { version = "1", features = ["full"] }