diff --git a/Cargo.toml b/Cargo.toml index 236eeac..60c114a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ keywords = ["log"] edition = "2018" [dependencies] -chrono = { version = "0.4", features = ["std"] } +chrono = "0.4" colored = "2.0" -log = "0.4" +log = { version = "0.4", features = ["std"] }