@@ -44,7 +44,7 @@ progress-tree-log = ["log"]
44
44
progress-log = [" log" ]
45
45
unit-bytes = [" bytesize" ]
46
46
unit-human = [" human_format" ]
47
- unit-duration = [" compound_duration " ]
47
+ unit-duration = [" humantime " ]
48
48
render-tui-termion = [" crosstermion/tui-react-termion" ]
49
49
render-tui-crossterm = [" crosstermion/tui-react-crossterm" , " crosstermion/input-async-crossterm" ]
50
50
render-tui = [" tui" ,
@@ -76,7 +76,7 @@ tui = { package = "ratatui", version = "0.20.1", optional = true, default-featur
76
76
tui-react = { version = " 0.20.0" , optional = true }
77
77
futures-core = { version = " 0.3.4" , optional = true , default-features = false }
78
78
futures-lite = { version = " 1.5.0" , optional = true }
79
- humantime = { version = " 2.0 .0" , optional = true }
79
+ humantime = { version = " 2.1 .0" , optional = true }
80
80
unicode-segmentation = { version = " 1.6.0" , optional = true }
81
81
unicode-width = { version = " 0.1.7" , optional = true }
82
82
crosstermion = { version = " 0.11.0" , optional = true , default-features = false }
@@ -93,7 +93,6 @@ is-terminal = { version = "0.4.9", optional = true }
93
93
# units
94
94
bytesize = { version = " 1.0.1" , optional = true }
95
95
human_format = { version = " 1.0.3" , optional = true }
96
- compound_duration = { version = " 1.2.0" , optional = true }
97
96
98
97
[package .metadata .docs .rs ]
99
98
all-features = true
0 commit comments