@@ -44,7 +44,7 @@ pretty-cli = ["structopt",
44
44
" ctrlc" ,
45
45
" prodash/localtime" ,
46
46
" env_logger" ,
47
- " smol " ]
47
+ " futures-lite " ]
48
48
lean-cli = [" argh" , " git-features/progress-log" , " env_logger" ]
49
49
50
50
prodash-line-renderer-crossterm = [" prodash-line-renderer" , " prodash/line-renderer-crossterm" , " git-features/progress-prodash" , " atty" , " crosstermion" ]
@@ -64,10 +64,10 @@ git-features = { version = "^0.2.0", path = "git-features" }
64
64
structopt = { version = " 0.3.14" , optional = true }
65
65
argh = { version = " 0.1.3" , optional = true , default-features = false }
66
66
prodash = { version = " 7.0.2" , optional = true , default-features = false }
67
- smol = { version = " 0.1.18" , optional = true , default-features = false }
68
67
atty = { version = " 0.2.14" , optional = true , default-features = false }
69
68
env_logger = { version = " 0.7.1" , optional = true , default-features = false , features = [" humantime" , " termcolor" , " atty" ] }
70
- crosstermion = { version = " 0.2.0" , optional = true , default-features = false }
69
+ crosstermion = { version = " 0.3.0" , optional = true , default-features = false }
70
+ futures-lite = { version = " 0.1.10" , optional = true , default-features = false }
71
71
ctrlc = { version = " 3.1.4" , optional = true , default-features = false , features = [' termination' ] }
72
72
73
73
[profile .release ]
0 commit comments