Skip to content

Commit 5af9db6

Browse files
committed
chore: sort deps in Cargo.toml
1 parent 7e9ba4d commit 5af9db6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@ exclude = [".github", "rfcs"]
1515
repository = "https://github.com/oblique/async-tftp-rs"
1616

1717
[dependencies]
18-
thiserror = "1.0.37"
1918
bytes = "1.3.0"
19+
log = "0.4.17"
2020
nom = "7.1.1"
2121
num-derive = "0.3.3"
2222
num-traits = "0.2.15"
23-
log = "0.4.17"
23+
thiserror = "1.0.37"
2424

25-
async-trait = "0.1.59"
25+
async-executor = "1.5.0"
2626
async-io = "1.12.0"
2727
async-lock = "2.6.0"
28-
async-executor = "1.5.0"
28+
async-trait = "0.1.59"
2929
blocking = "1.3.0"
3030
futures-lite = "1.12.0"
3131

3232
[dev-dependencies]
3333
anyhow = "1.0.66"
34-
structopt = "0.3.26"
35-
rand = { version = "0.8.5", features = ["small_rng"] }
34+
async-channel = "1.8.0"
35+
fern = "0.6.1"
3636
md5 = "0.7.0"
37+
rand = { version = "0.8.5", features = ["small_rng"] }
38+
structopt = "0.3.26"
3739
tempfile = "3.3.0"
38-
fern = "0.6.1"
39-
async-channel = "1.8.0"
4040

4141
# deps for tftpd-targz.rs
42+
async-compression = { version = "0.3.15", features = ["gzip", "futures-io"] }
4243
async-std = { version = "1.12.0", features = ["unstable"] }
4344
async-tar = "0.4.2"
44-
async-compression = { version = "0.3.15", features = ["gzip", "futures-io"] }
4545

4646
[features]
4747
external-client-tests = []

0 commit comments

Comments
 (0)