@@ -30,49 +30,49 @@ feat_common_core = [
3030]
3131
3232[workspace .dependencies ]
33- uucore = " 0.2.0"
33+ bytesize = " 2.0.0"
34+ chrono = { version = " 0.4.37" , default-features = false , features = [
35+ " clock" ,
36+ ] }
3437clap = { version = " 4.4" , features = [" wrap_help" , " cargo" ] }
3538clap_complete = " 4.5"
3639clap_mangen = " 0.2"
37- regex = " 1.10.4 "
40+ ctor = " 0.6.0 "
3841libc = " 0.2.153"
3942phf = " 0.13.0"
4043phf_codegen = " 0.11.2"
41- textwrap = { version = " 0.16.1" , features = [" terminal_size" ] }
42- xattr = " 1.3.1"
43- tempfile = " 3.10.1"
4444rand = { version = " 0.9" , features = [" small_rng" ] }
45- bytesize = " 2.0.0"
46- chrono = { version = " 0.4.37" , default-features = false , features = [
47- " clock" ,
48- ] }
49- ctor = " 0.6.0"
45+ regex = " 1.10.4"
46+ uucore = " 0.2.0"
47+ uuhelp_parser = " 0.2.0"
5048uutests = " 0.2.2"
49+ tempfile = " 3.10.1"
50+ textwrap = { version = " 0.16.1" , features = [" terminal_size" ] }
51+ xattr = " 1.3.1"
5152zip = " 2.1"
52- uuhelp_parser = " 0.2.0"
5353
5454[dependencies ]
5555clap = { workspace = true }
5656clap_complete = { workspace = true }
5757clap_mangen = { workspace = true }
58- uucore = { workspace = true }
58+ ctor = { workspace = true }
5959phf = { workspace = true }
6060textwrap = { workspace = true }
6161uutests = { workspace = true }
62- ctor = { workspace = true }
63- zip = { workspace = true , optional = true }
62+ uucore = { workspace = true }
6463uuhelp_parser = { workspace = true , optional = true }
64+ zip = { workspace = true , optional = true }
6565
6666tar = { optional = true , version = " 0.0.1" , package = " uu_tar" , path = " src/uu/tar" }
6767
6868[dev-dependencies ]
69+ chrono = { workspace = true }
70+ libc = { workspace = true }
6971pretty_assertions = " 1"
72+ rand = { workspace = true }
7073regex = { workspace = true }
7174tempfile = { workspace = true }
72- libc = { workspace = true }
73- rand = { workspace = true }
7475uucore = { workspace = true , features = [" entries" , " process" , " signals" ] }
75- chrono = { workspace = true }
7676uutests = { workspace = true }
7777
7878[target .'cfg(unix)' .dev-dependencies ]
0 commit comments