Skip to content

Commit 1954ce4

Browse files
committed
chore: sort dependencies
1 parent 75e72d6 commit 1954ce4

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Cargo.toml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,23 @@ runtime-async-std = ["async-std"]
2525
runtime-tokio = ["tokio"]
2626

2727
[dependencies]
28-
imap-proto = "0.16.4"
29-
nom = "7.0"
28+
async-channel = "2.0.0"
29+
async-std = { version = "1.8.0", default-features = false, features = ["std", "unstable"], optional = true }
3030
base64 = "0.21"
31+
bytes = "1"
3132
chrono = { version = "0.4", default-features = false, features = ["std"] }
32-
pin-utils = "0.1.0-alpha.4"
3333
futures = "0.3.15"
34+
imap-proto = "0.16.4"
35+
log = "0.4.8"
36+
nom = "7.0"
37+
once_cell = "1.8.0"
38+
pin-utils = "0.1.0-alpha.4"
3439
self_cell = "1.0.1"
3540
stop-token = "0.7"
36-
bytes = "1"
37-
once_cell = "1.8.0"
38-
log = "0.4.8"
3941
thiserror = "1.0.9"
40-
async-channel = "2.0.0"
41-
42-
async-std = { version = "1.8.0", default-features = false, features = ["std", "unstable"], optional = true }
4342
tokio = { version = "1", features = ["net", "sync", "time", "io-util"], optional = true }
4443

45-
4644
[dev-dependencies]
47-
pretty_assertions = "1.2"
4845
async-std = { version = "1.8.0", features = ["std", "attributes"] }
46+
pretty_assertions = "1.2"
4947
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)