Sam Clements 3 роки тому
батько
коміт
02a1a1d232
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -18,7 +18,7 @@ stderr = []
 [dependencies]
 log = { version = "^0.4.5", features = ["std"] }
 time = { version = "0.3.5", features = ["formatting", "local-offset", "macros"], optional = true }
-colored = { version = "^1.6", optional = true }
+colored = { version = "2", optional = true }
 
 [target.'cfg(windows)'.dependencies]
 atty = "0.2.13"