Skip to content

Commit 5b101aa

Browse files
committed
Cargo.toml: sort dependencies alphabetically
1 parent 314a6d1 commit 5b101aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ clap = { version = "4.5.4", features = ["wrap_help", "cargo"] }
5757
clap_complete = "4.5.2"
5858
clap_mangen = "0.2.20"
5959
crossterm = "0.29.0"
60+
ctor = "0.4.1"
6061
libc = "0.2.154"
6162
nix = { version = "0.30", default-features = false, features = ["process"] }
6263
phf = "0.11.2"
@@ -72,7 +73,6 @@ textwrap = { version = "0.16.1", features = ["terminal_size"] }
7273
thiserror = "2.0.4"
7374
uucore = "0.0.30"
7475
uutests = "0.0.30"
75-
ctor = "0.4.1"
7676
walkdir = "2.5.0"
7777
windows = { version = "0.61.1" }
7878
windows-sys = { version = "0.59.0", default-features = false }
@@ -108,14 +108,14 @@ watch = { optional = true, version = "0.0.1", package = "uu_watch", path = "src/
108108

109109
[dev-dependencies]
110110
chrono = { workspace = true }
111+
ctor = { workspace = true }
111112
libc = { workspace = true }
112113
pretty_assertions = "1.4.0"
113114
rand = { workspace = true }
114115
regex = { workspace = true }
115116
tempfile = { workspace = true }
116-
ctor = { workspace = true }
117-
uutests = { workspace = true }
118117
uucore = { workspace = true, features = ["entries", "process", "signals"] }
118+
uutests = { workspace = true }
119119

120120
[target.'cfg(unix)'.dev-dependencies]
121121
xattr = { workspace = true }

0 commit comments

Comments
 (0)